Function.SqCollect.Blip.TagMatches - VCMP-SqMod/SqMod GitHub Wiki

Description

Collect into a container all the active SqBlip instances where the tag matches the specified mask.

Specifications

  • Aliases:
SqCollect.Blip.TagMatches
  • Signature:
(negate, sensitive, value);
  • Parameters:
    • negate bool The value true to negate the result of the comparison, false otherwise.
    • sensitive bool The value true to perform a case sensitive comparison, false otherwise.
    • value string The mask that should be compared with the tag of each active SqBlip instance.
  • Return:
    • array An 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).

Remarks

No remarks available.

Examples

No example available.

See also

References

No references available.

⚠️ **GitHub.com Fallback** ⚠️