ACE3/addons/maptools/functions/fnc_canUseMapGPS.sqf
Phyma ffaa195fe5 Conform function headers to coding guidelines (#5255)
* Fixed headers to work with silentspike python script

* Fixed rest of the files

* Fixed ace-team
2017-06-08 15:31:51 +02:00

21 lines
287 B
Plaintext

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