ACE3/addons/markers/functions/fnc_sendMarkersJIP.sqf

14 lines
249 B
Plaintext
Raw Normal View History

2015-01-18 16:17:06 +00:00
// by commy2
#include "script_component.hpp"
private "_logic";
_logic = _this;
[QGVAR(setMarkerJIP), _logic, [
GETMVAR(allMapMarkers,[]),
GETMVAR(allMapMarkersProperties,[]),
_logic
]
] call EFUNC(common,targetEvent);