ACE3/addons/markers/functions/fnc_sendMarkersJIP.sqf
2015-08-22 14:08:35 +02:00

24 lines
432 B
Plaintext

/*
* Author: commy2
* Server: Recives a dummy logic, sends marker data back to the owner.
*
* Arguments:
* 0: Logic <OBJECT>
*
* Return Value:
* None
*
* Example:
* [onUnloadEvent] call ace_markers_fnc_sendMarkerJIP;
*
* Public: No
*/
#include "script_component.hpp"
[
QGVAR(setMarkerJIP),
_this,
[GETGVAR(allMapMarkers,[]), GETGVAR(allMapMarkersProperties,[]), _logic]
] call EFUNC(common,targetEvent);