File tree 5 files changed +25
-23
lines changed
5 files changed +25
-23
lines changed Original file line number Diff line number Diff line change
1
+ class Extended_PreStart_EventHandlers {
2
+ class ADDON {
3
+ init = QUOTE(call COMPILE_FILE (XEH_preStart));
4
+ };
5
+ };
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ PREPMAIN(capitalize);
2
+ PREPMAIN(substring);
3
+ PREPMAIN(substr);
4
+ PREPMAIN(find );
5
+ PREPMAIN(floatToString);
6
+ PREPMAIN(formatElapsedTime);
7
+ PREPMAIN(formatNumber);
8
+ PREPMAIN(leftTrim);
9
+ PREPMAIN(removeWhitespace);
10
+ PREPMAIN(replace);
11
+ PREPMAIN(rightTrim);
12
+ PREPMAIN(split);
13
+ PREPMAIN(strLen);
14
+ PREPMAIN(trim );
15
+ PREPMAIN(sanitizeHTML);
16
+ PREPMAIN(decodeURL);
Original file line number Diff line number Diff line change
1
+ #include " script_component.hpp"
2
+
3
+ #include " XEH_PREP.sqf"
Original file line number Diff line number Diff line change @@ -14,4 +14,4 @@ class CfgPatches {
14
14
};
15
15
};
16
16
17
- #include " CfgFunctions .hpp"
17
+ #include " CfgEventHandlers .hpp"
You can’t perform that action at this time.
0 commit comments