Command Parser

This commit is contained in:
Benjamin Kyd
2019-05-18 17:28:56 +01:00
parent f99826571a
commit 5ced778700
8 changed files with 1467 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
hint "epic";

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,9 @@
disableAI = 1;
#include "defines.hpp"
#include "config.hpp"
class cfgFunctions {
#include "functions.hpp"
};

View File

@@ -0,0 +1,7 @@
class RR {
tag = "RR";
class functions {
file = "RR_functions";
class handleCommand {};
};
};

View File

@@ -0,0 +1 @@
private _handler = (findDisplay 46) displayAddEventHandler ["KeyDown", "_this call RR_fnc_handleCommand"];

Binary file not shown.

View File