Command Parser
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
|
||||
|
||||
hint "epic";
|
||||
1447
SQF/Command Parser/Command%20Parser.Altis/defines.hpp
Normal file
1447
SQF/Command Parser/Command%20Parser.Altis/defines.hpp
Normal file
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,9 @@
|
||||
disableAI = 1;
|
||||
|
||||
#include "defines.hpp"
|
||||
|
||||
#include "config.hpp"
|
||||
|
||||
class cfgFunctions {
|
||||
#include "functions.hpp"
|
||||
};
|
||||
7
SQF/Command Parser/Command%20Parser.Altis/functions.hpp
Normal file
7
SQF/Command Parser/Command%20Parser.Altis/functions.hpp
Normal file
@@ -0,0 +1,7 @@
|
||||
class RR {
|
||||
tag = "RR";
|
||||
class functions {
|
||||
file = "RR_functions";
|
||||
class handleCommand {};
|
||||
};
|
||||
};
|
||||
1
SQF/Command Parser/Command%20Parser.Altis/init.sqf
Normal file
1
SQF/Command Parser/Command%20Parser.Altis/init.sqf
Normal file
@@ -0,0 +1 @@
|
||||
private _handler = (findDisplay 46) displayAddEventHandler ["KeyDown", "_this call RR_fnc_handleCommand"];
|
||||
BIN
SQF/Command Parser/Command%20Parser.Altis/mission.sqm
Normal file
BIN
SQF/Command Parser/Command%20Parser.Altis/mission.sqm
Normal file
Binary file not shown.
0
SQF/Command Parser/server/initServer.sqf
Normal file
0
SQF/Command Parser/server/initServer.sqf
Normal file
Reference in New Issue
Block a user