Function.SqCollect.Vehicle.TagEnds - VCMP-SqMod/SqMod GitHub Wiki
Collect into a container all the active SqVehicle instances where the tag ends with the specified value.
- Aliases:
SqCollect.Vehicle.TagEnds
- Signature:
(negate, sensitive, value);
-
Parameters:
-
negate
bool
The valuetrue
to negate the result of the comparison,false
otherwise. -
sensitive
bool
The valuetrue
to perform a case sensitive comparison,false
otherwise. -
value
string
The string value that should be searched for in the tag of each active SqVehicle instance.
-
negate
-
Return:
-
array
An array with all SqVehicle instances that matched the specified criteria.
-
-
Throws:
- This function may throw errors if any element fails to be appended to the array (most likely due to memory limitations).
No remarks available.
No example available.
-
function
SqCollect.Vehicle.Active -
function
SqCollect.Vehicle.TagEquals -
function
SqCollect.Vehicle.TagBegins -
function
SqCollect.Vehicle.TagEnds -
function
SqCollect.Vehicle.TagContains -
function
SqCollect.Vehicle.TagMatches
No references available.