fnc_adminUIControl.sqf | |
Functions | |
OCAP_recorder_fnc_adminUIControl | Runs checks to determine if a player should have the administrative diary entry added or removed upon joining the mission or logging in/out as admin. |
Variables | |
OCAP_hasAdminControls | Applied on units processed in OCAP_recorder_fnc_adminUIControl. |
Runs checks to determine if a player should have the administrative diary entry added or removed upon joining the mission or logging in/out as admin.
_PID | PlayerID indicating unique network client on the server [String] |
_event | Event that triggered this call [[String], one of: “connect”, “login”, “logout”] |
Nothing
["1234567890", "connect"] call FUNC(adminUIControl);
No
IndigoFox
Applied on units processed in OCAP_recorder_fnc_adminUIControl. Indicates whether or not they have the administrative diary entry available. Server missionNamespace only.