RemoveRef - RefCollectionAlias
Revision as of 10:20, 3 December 2015 by imported>Plplecuyer
Member of: RefCollectionAlias Script
Removes the given ref from this collection
Syntax
Function RemoveRef(ObjectReference akRefToRemove) native
Parameters
- akRefToRemove: The ObjectReference to remove from this alias
Return Value
None.
Examples
;Take us out of the collection
Alias_TownsPeople.RemoveRef(self)