MoveAllTo - RefCollectionAlias
Revision as of 10:33, 3 December 2015 by imported>Plplecuyer (Created page with "Category:Scripting Category:Papyrus '''Member of:''' RefCollectionAlias Script Calls MoveTo on all the references in the collection. ==...")
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)