RemoveRef - RefCollectionAlias

Revision as of 12:15, 19 June 2019 by imported>Ice Eyes (→‎Parameters: Corrected parameter name)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Member of: RefCollectionAlias Script

Removes the given reference from this collection

SyntaxEdit

Function RemoveRef(ObjectReference akRemoveRef) native

ParametersEdit

Return ValueEdit

None.

ExamplesEdit

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

NotesEdit

  • A RefCollectionAlias will automatically shrink and expand its size when items are added or removed. The collection's count can be measured with the GetCount function.

See AlsoEdit