ACE3/addons/markers/functions/fnc_sendMarkersJIP.sqf
2015-01-18 17:17:06 +01:00

14 lines
249 B
Plaintext

// by commy2
#include "script_component.hpp"
private "_logic";
_logic = _this;
[QGVAR(setMarkerJIP), _logic, [
GETMVAR(allMapMarkers,[]),
GETMVAR(allMapMarkersProperties,[]),
_logic
]
] call EFUNC(common,targetEvent);