ACE3/addons/maptools/functions/fnc_canDraw.sqf

17 lines
317 B
Plaintext
Raw Normal View History

2015-04-07 20:01:44 +00:00
/*
* Author: esteldunedain
* canDraw
*
* Arguments:
* None
*
* Return value:
* <BOOL>
*
* Public: No
*/
2015-01-15 21:50:48 +00:00
#include "script_component.hpp"
(missionNameSpace getVariable [QGVAR(drawing_syncMarkers), true] && {GVAR(EveryoneCanDrawOnBriefing)}) ||
2015-01-16 08:13:29 +00:00
{(!isNull ACE_player) && {"ACE_MapTools" in items ACE_player}}