RemoveRef - RefCollectionAlias

From the Fallout4 CreationKit Wiki
Revision as of 10:20, 3 December 2015 by imported>Plplecuyer
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Member of: RefCollectionAlias Script

Removes the given ref from this collection

Syntax

Function RemoveRef(ObjectReference akRefToRemove) native

Parameters

Return Value

None.

Examples

;Take us out of the collection
Alias_TownsPeople.RemoveRef(self)

Notes

See Also