Description
Wiki Description
Determines where an actor should be placed, based on the running procedure(s) of the actor's current package, and places them there.
Documentation Comment
Pop this actor to the initial location for a package. Mainly for use on
disabled actors, since they would normally start at their editor locations.
Caveats
CK Wiki - Notes
This is mainly intended for use immediately after ObjectReference.Enable(...), in cases where we want an actor to appear at its package location, rather than its editor location.
Examples
No human-generated examples found for this function.
Auto-Generated Example
myActor__toCallFunctionOn.MoveToPackageLocation()