AddArray - RefCollectionAlias
Revision as of 08:26, 16 February 2019 by imported>Qazaaq (Added collection size notes)
Member of: RefCollectionAlias Script
Adds the contents of the array to this collection.
Syntax
Function AddArray(ObjectReference[] refArrayToAdd)
Parameters
- refArrayToAdd: The array whose contents should be added
Return Value
None.
Examples
; Add the array to the collection
Ghosts.AddArray(EvenMoreGhosts)
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.