mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
742626ff1a
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
20 lines
323 B
Plaintext
20 lines
323 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
|