ACE3/addons/maptools/functions/fnc_canUseMapGPS.sqf

21 lines
287 B
Plaintext
Raw Normal View History

2015-04-07 20:01:44 +00:00
/*
* Author: esteldunedain
* canUseMapGPS
*
* Arguments:
* None
*
2016-06-18 09:50:41 +00:00
* Return Value:
* Boolean <BOOL>
*
* Example:
* call ACE_map_fnc_canUseMapGPS
2015-04-07 20:01:44 +00:00
*
* Public: No
*/
2015-01-15 21:50:48 +00:00
#include "script_component.hpp"
2015-01-15 09:51:18 +00:00
visibleMap &&
{alive ACE_player} &&
{"ItemGPS" in (assignedItems ACE_player)}