Difference between revisions of "SetCameraTarget - Game"
Added note about CTD resulting from specifying a disabled arTarget. Tested under 1.7.7.0.6.
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…') |
imported>Chesko (Added note about CTD resulting from specifying a disabled arTarget. Tested under 1.7.7.0.6.) |
||
Line 21: | Line 21: | ||
Game.SetCameraTarget(Dancer) | Game.SetCameraTarget(Dancer) | ||
</source> | </source> | ||
== Notes == | |||
*Specifying an arTarget that is disabled will result in a CTD. | |||
== See Also == | == See Also == | ||
*[[Game Script]] | *[[Game Script]] |