BIS fnc preload: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "|gr1 = Debug |GROUP1=" to "|gr1 = Diagnostic |GROUP1=")
m (Text replacement - "\[\[Category\:Function Group\: Debug(\|\{\{[a-zA-Z0-9_:]+\}\})?\]\] " to "")
Line 33: Line 33:


<h3 style="display:none">Bottom Section</h3>
<h3 style="display:none">Bottom Section</h3>
[[Category:Function Group: Debug|{{uc:preload}}]]
[[Category:Functions|{{uc:preload}}]]
[[Category:Functions|{{uc:preload}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:preload}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:preload}}]]

Revision as of 17:10, 11 October 2020

Hover & click on the images for description

Description

Description:
Start automatic loading screen upon mission start. On client, it will finish only when server is finished.
Execution:
call
Groups:
Diagnostic

Syntax

Syntax:
call BIS_fnc_preload
Return Value:
Boolean

Examples

Example 1:
call BIS_fnc_preload;

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