Function.SqCollect.Pickup.TagEquals - VCMP-SqMod/SqMod GitHub Wiki
Collect into a container all the active SqPickup instances that have a tag equal to the specified value.
- Aliases:
SqCollect.Pickup.TagEquals- Signature:
(negate, sensitive, value);-
Parameters:
-
negate
boolThe valuetrueto negate the result of the comparison,falseotherwise. -
sensitive
boolThe valuetrueto perform a case sensitive comparison,falseotherwise. -
value
stringThe string value that should be compared with the tag of each active SqPickup instance.
-
negate
-
Return:
-
arrayAn array with all SqPickup 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.
-
functionSqCollect.Pickup.Active -
functionSqCollect.Pickup.TagEquals -
functionSqCollect.Pickup.TagBegins -
functionSqCollect.Pickup.TagEnds -
functionSqCollect.Pickup.TagContains -
functionSqCollect.Pickup.TagMatches
No references available.