MoveAllTo - RefCollectionAlias
Member of: RefCollectionAlias Script
Calls MoveTo on all the references in the collection.
SyntaxEdit
Function MoveAllTo(ObjectReference akTarget)
ParametersEdit
- akTarget: The target to move the references in this collection to
Return ValueEdit
None.
ExamplesEdit
; Move everyone to the start marker (probably stepping on eachother in the process...)
PlayActors.MoveAllTo(StartMarker)