Coll.Insert
Adds a value to a collection variable
Syntax
Coll.Insert collection_variable value
Arguments
| Name | Required | Type | Description |
|---|---|---|---|
collection variable | Yes | Any existing collection variable e.g. &texts or &playerIds | |
value | Yes | Any value |
Details
If value is a CollectionValue, it will nest the collection inside the collection variable. Use JoinCollections for combining collection values.
On a running server
Use serhelp Coll.Insert to inspect the reference generated by your installed SER version.