Background for Skyrim SE
Member of the Game script
voidfunctionSetCameraTarget(ActorarTarget)NativeGlobal

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

ActorarTarget

CK Wiki Description

The target to use for the player's camera


Examples

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

Auto-Generated Example

Actor myActor__arTarget

Game.SetCameraTarget(myActor__arTarget)

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.