CBA_fnc_compileFunction

Description

Compiles a function into mission namespace and into ui namespace for caching purposes.  Recompiling can be enabled by inserting the CBA_cache_disable.pbo from the optionals folder.

Parameters

0: _funcFilePath to function sqf file STRING
1: _funcNameFinal function name STRING

Returns

None

Examples

[_funcFile, _funcName] call CBA_fnc_compileFunction;

Author

commy2

string used by format
Close