Skip to main content

Coll.Remove

Removes a matching value from a collection variable

Syntaxโ€‹

Coll.Remove collection_variable value_to_remove amount_of_matches_to_remove?

Argumentsโ€‹

NameRequiredTypeDescription
collection variableYesAny existing collection variable e.g. &texts or &playerIds
value to removeYesAny value
amount of matches to removeNoA whole number bigger or equal -1Will delete every match if -1.

On a running serverโ€‹

Use serhelp Coll.Remove to inspect the reference generated by your installed SER version.