Function.SqCollect.Object.TagBegins - VCMP-SqMod/SqMod GitHub Wiki
Collect into a container all the active SqObject instances where the tag begins with the specified value.
- Aliases:
SqCollect.Object.TagBegins- 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 searched for in the tag of each active SqObject instance.
-
negate
-
Return:
-
arrayAn array with all SqObject 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.Object.Active -
functionSqCollect.Object.TagEquals -
functionSqCollect.Object.TagBegins -
functionSqCollect.Object.TagEnds -
functionSqCollect.Object.TagContains -
functionSqCollect.Object.TagMatches
No references available.