RemoveRef - RefCollectionAlias

Revision as of 08:31, 16 February 2019 by imported>Qazaaq (Added collection size notes)

Member of: RefCollectionAlias Script

Removes the given reference 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

  • 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 Also