BIS fnc recompile: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (added example)
m (page filling)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| <pre>/*
| Recompiles all functions. |= Description
____________________________________________________________________________________________


Description:
| [] call [[BIS_fnc_recompile]] |= Syntax
Recompiles all functions
*/
</pre><small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small> |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


| <!-- [] call [[BIS_fnc_recompile]]; --> |= Syntax
| [[Boolean]] |= Return value
 
|p1= |= Parameter 1
 
| |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________


|x1= <code>call BIS_fnc_recompile;</code> |=  
|x1= <code>[] [[call]] [[BIS_fnc_recompile]];</code> |=
____________________________________________________________________________________________
____________________________________________________________________________________________


| |= See also
| [[compile]], [[compileFinal]] |= See also
}}


}}


<h3 style="display:none">Notes</h3>
<h3 style="display:none">Notes</h3>

Revision as of 16:28, 29 May 2018

Hover & click on the images for description

Description

Description:
Recompiles all functions.
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
[] call BIS_fnc_recompile
Return Value:
Boolean

Examples

Example 1:
[] call BIS_fnc_recompile;

Additional Information

See also:
compilecompileFinal

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