ACE3/addons/maptools/functions/fnc_canUseMapGPS.sqf
jonpas 742626ff1a
General - Relative script_component.hpp includes (#9378)
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
2023-09-12 20:58:10 +02:00

21 lines
295 B
Plaintext

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