Background for Fallout 4
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


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 Fallout 4 Creation Kit Wiki

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.