mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
daa4581fe9
* Maptools - Make GPS display a real 3d object * Fix header * Apply suggestions from code review Co-Authored-By: commy2 <commy-2@gmx.de>
21 lines
292 B
Plaintext
21 lines
292 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)}
|