MoveAllTo - RefCollectionAlias

From the Fallout4 CreationKit Wiki
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. ==...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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)

See Also[edit | edit source]