mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
16 lines
267 B
Plaintext
16 lines
267 B
Plaintext
/*
|
|
* Author: CAA-Picard
|
|
*
|
|
* Send Map markers to other player
|
|
*
|
|
* Argument:
|
|
* 0: Target player (Unit)
|
|
*
|
|
* Return value:
|
|
* Return
|
|
*/
|
|
|
|
#include "script_component.hpp"
|
|
|
|
[GVAR(drawing_lineMarkers), QFUNC(copyMapMarkers), _this] call EFUNC(common,execRemoteFnc);
|