File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -120,6 +120,7 @@ class CfgFunctions {
120120 };
121121
122122 class Misc {
123+ PATHTO_FNC (convertStringCode);
123124 PATHTO_FNC (addPerFrameHandler);
124125 PATHTO_FNC (removePerFrameHandler);
125126 PATHTO_FNC (setPerFrameHandlerDelay);
Original file line number Diff line number Diff line change 11#include " script_component.hpp"
22/* ----------------------------------------------------------------------------
3- Function: CBA_fnc_getCfgDataRandom
3+ Function: cba_fnc_convertStringCode
44
55Description:
66 Converts a String into Code - Also checks for existing Functions with that name.
@@ -13,7 +13,7 @@ Returns:
1313
1414Examples:
1515 (begin example)
16- getText (_cfg >> "statement") call cvo_common_fnc_convertStringCode
16+ getText (_cfg >> "statement") call cba_fnc_convertStringCode
1717 (end)
1818
1919Author:
You can’t perform that action at this time.
0 commit comments