Skip to content

Commit 6d05cbc

Browse files
committed
woops
1 parent 9c8a9d4 commit 6d05cbc

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

addons/common/CfgFunctions.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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);

addons/common/fnc_getCodeFromString.sqf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#include "script_component.hpp"
22
/* ----------------------------------------------------------------------------
3-
Function: CBA_fnc_getCfgDataRandom
3+
Function: cba_fnc_convertStringCode
44
55
Description:
66
Converts a String into Code - Also checks for existing Functions with that name.
@@ -13,7 +13,7 @@ Returns:
1313
1414
Examples:
1515
(begin example)
16-
getText (_cfg >> "statement") call cvo_common_fnc_convertStringCode
16+
getText (_cfg >> "statement") call cba_fnc_convertStringCode
1717
(end)
1818
1919
Author:

0 commit comments

Comments
 (0)