Function.SqCollect.Player.Active - VCMP-SqMod/SqMod GitHub Wiki

Description

Collect into a container all the active SqPlayer instances.

Specifications

  • Aliases:
SqCollect.Player.Active
  • Signature:
();
  • Parameters:
    • This function does not take any parameters.
  • Return:
    • array An array with all SqPlayer 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** ⚠️