Function.SqCollect.Checkpoint.TagEquals - VCMP-SqMod/SqMod GitHub Wiki

Description

Collect into a container all the active SqCheckpoint instances that have a tag equal to the specified value.

Specifications

  • Aliases:
SqCollect.Checkpoint.TagEquals
  • 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 string value that should be compared with the tag of each active SqCheckpoint instance.
  • Return:
    • array An array with all SqCheckpoint 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** ⚠️