SetCameraTarget - Game
Revision as of 16:46, 18 October 2011 by imported>Jlundin (Created page with 'Category:Scripting Category:Papyrus '''Member of:''' Game Script Sets the current target for the player's camera. == Syntax == <source lang="papyrus"> Function SetC…')
Member of: Game Script
Sets the current target for the player's camera.
Syntax
Function SetCameraTarget(Actor arTarget) native global
Parameters
- arTarget: The target to use for the player's camera
Return Value
None.
Examples
; Set the player to stare at the dancer
Game.SetCameraTarget(Dancer)