BIS fnc recompile: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (1 revision)
mNo edit summary
Line 1: Line 1:
<syntaxhighlight lang=javascript>/*
{{Function|= Comments
Author: Karel Moricky
____________________________________________________________________________________________
 
| arma2 |= Game name
 
|1.00|= Game version
____________________________________________________________________________________________
 
| <pre>/*


Description:
Description:
Recompiles all functions
Recompiles all functions
*/
*/
private ["_functionsInit"];
</pre><small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small> |= Description
_functionsInit = gettext (configfile >> "CfgFunctions" >> "init");
____________________________________________________________________________________________
if (_functionsInit != "") then {
 
//if (cheatsEnabled) then {call compile "diag_mergeConfigFile ['o:\arma3\A3\functions_f\config.cpp'];"};
| <!-- [] call [[BIS_fnc_recompile]]; --> |= Syntax
_this call compile preprocessfilelinenumbers _functionsInit;
 
true
|p1= |= Parameter 1
} else {
 
"Functions Init not found!" call (uinamespace getvariable "bis_fnc_error");
| |= Return value
false
____________________________________________________________________________________________
};</syntaxhighlight>
 
|x1= <code></code> |=
____________________________________________________________________________________________
 
| |= See also
 
}}
 
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->
 
<!-- Note Section END -->
</dl>
 
<h3 style="display:none">Bottom Section</h3>
[[Category:Function Group: Debug|{{uc:recompile}}]]
[[Category:Functions|{{uc:recompile}}]]
[[Category:{{Name|arma2}}: Functions|{{uc:recompile}}]]
[[Category:{{Name|arma2oa}}: Functions|{{uc:recompile}}]]
[[Category:{{Name|tkoh}}: Functions|{{uc:recompile}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:recompile}}]]

Revision as of 17:09, 25 July 2014

Hover & click on the images for description

Description

Description:
/*

	Description:
	Recompiles all functions
*/
(Placeholder description extracted from the function header by BIS_fnc_exportFunctionsToWiki)
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
Syntax needed
Return Value:
Return value needed

Examples

Example 1:

Additional Information

See also:
See also needed

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note

Notes

Bottom Section