mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 16:03:31 +00:00
linted api calls
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
params["_markers"];
|
||||
|
||||
"armatak" callExtension ["ots_api:post", [_markers]];
|
||||
"armatak" callExtension ["ots_api:post", [[_markers]]];
|
||||
@@ -1,3 +1,3 @@
|
||||
params["_markers"];
|
||||
|
||||
"armatak" callExtension ["ots_api:post_debug", [markers]];
|
||||
"armatak" callExtension ["ots_api:post_debug", [[markers]]];
|
||||
@@ -1,7 +1,10 @@
|
||||
params["_unit"];
|
||||
|
||||
_uuid = _unit getVariable "_atak_uid";
|
||||
|
||||
if (isNil "_uuid") then {
|
||||
_uuid = "armatak" callExtension ["uuid", []] select 0;
|
||||
_unit setVariable ["_atak_uid", _uuid];
|
||||
};
|
||||
|
||||
_uuid
|
||||
Reference in New Issue
Block a user