mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
4c2c647842
When using QFUNC, the intend most often is to have the name of the variable referencing the function as a string. This behaviour works when compiling without debug enabled. However if debug is enabled, QFUNC compiles in with the debug wrapper, becoming a code string instead of a string representation of a variable reference. A good example where this change of behaviour can be a problem is config attributes that refer to a call back (used a lot within ACE). In normal build, you will use a getvar to get the relevant code, as it is expected to point to the function. When using debug, you will need to do a compile instead, as it's a string representing a code block. |
||
---|---|---|
.. | ||
$PBOPREFIX$ | ||
CfgModuleCategories.hpp | ||
CfgSettings.hpp | ||
CfgVehicleClasses.hpp | ||
config.cpp | ||
README.md | ||
script_component.hpp | ||
script_debug.hpp | ||
script_macros.hpp | ||
script_mod.hpp | ||
stringtable.xml |
ace_main
Backbone of other components, defining most of the commonly used macros.
Maintainers
The people responsible for merging changes to this component or answering potential questions.