SetCameraTarget - Game

Revision as of 17:46, 18 October 2011 by imported>Plplecuyer (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…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Member of: Game Script

Sets the current target for the player's camera.

SyntaxEdit

Function SetCameraTarget(Actor arTarget) native global

ParametersEdit

  • arTarget: The target to use for the player's camera

Return ValueEdit

None.

ExamplesEdit

; Set the player to stare at the dancer
Game.SetCameraTarget(Dancer)

See AlsoEdit