Function.SqCollect.Keybind.TagEquals - VCMP-SqMod/SqMod GitHub Wiki
Collect into a container all the active SqKeybind instances that have a tag equal to the specified value.
- Aliases:
SqCollect.Keybind.TagEquals
- 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 compared with the tag of each active SqKeybind instance.
-
negate
-
Return:
-
array
An 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.
-
function
SqCollect.Keybind.Active -
function
SqCollect.Keybind.TagEquals -
function
SqCollect.Keybind.TagBegins -
function
SqCollect.Keybind.TagEnds -
function
SqCollect.Keybind.TagContains -
function
SqCollect.Keybind.TagMatches
No references available.