mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
20 lines
320 B
Plaintext
20 lines
320 B
Plaintext
|
#include "script_component.hpp"
|
||
|
/*
|
||
|
* Author: LinkIsGrim
|
||
|
* Check if current player has Zeus access
|
||
|
*
|
||
|
* Arguments:
|
||
|
* None
|
||
|
*
|
||
|
* Return Value:
|
||
|
* Has Zeus <BOOL>
|
||
|
*
|
||
|
* Example:
|
||
|
* call ace_common_fnc_hasZeusAccess
|
||
|
*
|
||
|
* Public: Yes
|
||
|
*/
|
||
|
|
||
|
// Use of player is intentional
|
||
|
!isNull getAssignedCuratorLogic player // return
|