ClearKeepOffsetFromActor - Actor
Member of: Actor Script
Clears any 'keep offset' from the actor. (They'll no longer try to stay a certain distance from another actor)
SyntaxEdit
Function ClearKeepOffsetFromActor()
ParametersEdit
None.
Return ValueEdit
None.
ExamplesEdit
; Clears the keep offset on the actor
Wife.ClearKeepOffsetFromActor()