mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
17 lines
284 B
Plaintext
17 lines
284 B
Plaintext
|
#include "script_component.hpp"
|
||
|
#include "..\defines.hpp"
|
||
|
/*
|
||
|
* Author: LinkIsGrim
|
||
|
* Whether the player can save a default loadout in the current mission state
|
||
|
*
|
||
|
* Arguments:
|
||
|
* None
|
||
|
*
|
||
|
* Return Value:
|
||
|
* Can Save <BOOL>
|
||
|
*
|
||
|
* Public: No
|
||
|
*/
|
||
|
|
||
|
is3DEN || EFUNC(common,hasZeusAccess)
|