hemtt-preprocessor 1.0.0

A preprocessor library for hemtt
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14



if (42 == 42) then {
systemChat "The answer to life, the universe, and everything is 42";
} else {
systemChat "oops";
};


private _function = "test";

diag_log text format ['[%1] (%2) %3: %4', toUpper 'PREFIX', 'COMPONENT', '', format["Error calling %1: %2", _function, (str 42)]];