MoveAllTo - RefCollectionAlias
Jump to navigation
Jump to search
Member of: RefCollectionAlias Script
Calls MoveTo on all the references in the collection.
Syntax[edit | edit source]
Function MoveAllTo(ObjectReference akTarget)
Parameters[edit | edit source]
- akTarget: The target to move the references in this collection to
Return Value[edit | edit source]
None.
Examples[edit | edit source]
; Move everyone to the start marker (probably stepping on eachother in the process...)
PlayActors.MoveAllTo(StartMarker)