Coll.Remove
Removes a matching value from a collection variable
Syntaxโ
Coll.Remove collection_variable value_to_remove amount_of_matches_to_remove?
Argumentsโ
| Name | Required | Type | Description |
|---|---|---|---|
collection variable | Yes | Any existing collection variable e.g. &texts or &playerIds | |
value to remove | Yes | Any value | |
amount of matches to remove | No | A whole number bigger or equal -1 | Will delete every match if -1. |
On a running serverโ
Use serhelp Coll.Remove to inspect the reference generated by your installed SER version.