ACE3/addons/maptools/functions/fnc_canUseMapGPS.sqf
Githawk 9cfa2f11d9 Stuff
Arguments, Return Value, (optional)
2016-06-06 20:42:20 +02:00

18 lines
231 B
Plaintext

/*
* Author: esteldunedain
* canUseMapGPS
*
* Arguments:
* None
*
* Return Value:
* <BOOL>
*
* Public: No
*/
#include "script_component.hpp"
visibleMap &&
{alive ACE_player} &&
{"ItemGPS" in (assignedItems ACE_player)}