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