mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
742626ff1a
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
21 lines
295 B
Plaintext
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)}
|