Function.SqCollect.Blip.TagMatches - VCMP-SqMod/SqMod GitHub Wiki
Collect into a container all the active SqBlip instances where the tag matches the specified mask.
- Aliases:
SqCollect.Blip.TagMatches- 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 mask that should be compared with the tag of each active SqBlip instance.
-
negate
-
Return:
-
arrayAn array with all SqBlip 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.Blip.Active -
functionSqCollect.Blip.TagEquals -
functionSqCollect.Blip.TagBegins -
functionSqCollect.Blip.TagEnds -
functionSqCollect.Blip.TagContains -
functionSqCollect.Blip.TagMatches
No references available.