ACE3/addons/spectator/functions/fnc_players.sqf
jonpas 742626ff1a
General - Relative script_component.hpp includes (#9378)
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
2023-09-12 20:58:10 +02:00

19 lines
329 B
Plaintext

#include "..\script_component.hpp"
/*
* Author: kymckay
* Return all of the player entities who are currently in ace spectator
*
* Arguments:
* None
*
* Return Value:
* Spectator Players <ARRAY>
*
* Example:
* [] call ace_spectator_fnc_players
*
* Public: Yes
*/
allPlayers select { GETVAR(_x,GVAR(isSet),false) }