Background for Skyrim SE
Member of the Actor script
voidfunctionSetHeadTracking(boolabEnable=true)Native

Description

Wiki Description

Turns on and off this actor's head tracking.

Documentation Comment

Turns on/off headtracking on this actor


Parameters

  1. boolabEnable=true

    CK Wiki Description

    Whether to enable or disable head tracking

    • Default:True

Examples

No human-generated examples found for this function.

Auto-Generated Example

bool myBool__abEnable

myActor__toCallFunctionOn.SetHeadTracking(myBool__abEnable)

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.