ACE3/addons/map/functions/fnc_canUseMapTools.sqf

11 lines
233 B
Plaintext
Raw Normal View History

2015-01-15 09:51:18 +00:00
// by CAA-Picard
2015-01-15 21:50:48 +00:00
#include "script_component.hpp"
2015-01-15 09:51:18 +00:00
visibleMap &&
2015-01-17 19:04:48 +00:00
{alive ACE_player} &&
2015-01-15 09:51:18 +00:00
{"ItemMap" in (assignedItems ACE_player)} &&
{"ACE_MapTools" in (items ACE_player)} &&
2015-01-15 21:50:48 +00:00
{!GVAR(mapTool_isDragging)} &&
{!GVAR(mapTool_isRotating)}