Added MavLink mocked drone support as client side feature

This commit is contained in:
2026-05-05 07:48:54 -03:00
parent 753dcab26e
commit 99f8d991be
11 changed files with 204 additions and 0 deletions

20
addons/uav/config.cpp Normal file
View File

@@ -0,0 +1,20 @@
#include "script_component.hpp"
class CfgPatches {
class ADDON {
name = COMPONENT_NAME;
units[] = {};
weapons[] = {};
requiredAddons[] = {
"cba_main",
"ace_main",
"armatak_main",
"armatak_client"
};
requiredVersion = REQUIRED_VERSION;
author = PROJECT_AUTHOR;
url = "https://github.com/valmojr/armatak";
};
};
#include "CfgEventHandlers.hpp"