ClearKeepOffsetFromActor - Actor

From the CreationKit Wiki
Jump to navigation Jump to search

Member of: Actor Script

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

Syntax[edit | edit source]

Function ClearKeepOffsetFromActor()

Parameters[edit | edit source]

None.

Return Value[edit | edit source]

None.

Examples[edit | edit source]

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

See Also[edit | edit source]