Description
Wiki Description
Sets the current target for the player's camera.
Documentation Comment
Sets the camera target actor
Caveats
CK Wiki - Notes
- Specifying an arTarget that is disabled will result in a CTD.
Parameters
Examples
; Set the player to stare at the dancer
Game.SetCameraTarget(Dancer)Auto-Generated Example
Actor myActor__arTarget
Game.SetCameraTarget(myActor__arTarget)