Background for Skyrim SE
Member of the Actor script
voidfunctionClearKeepOffsetFromActor()Native

Description

Wiki Description

Clears any 'keep offset' from the actor. (They'll no longer try to stay a certain distance from another actor)

Documentation Comment

Clear any keep offset from actor settings


Caveats


Examples

; Clears the keep offset on the actor
Wife.ClearKeepOffsetFromActor()

Auto-Generated Example

myActor__toCallFunctionOn.ClearKeepOffsetFromActor()

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.