BIS fnc preload: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\| *([^ ]+) *call *\[\[([a-zA-Z_0-9]+)\]\] * \|r1=" to "|s1=$1 call $2 |r1=") |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
Line 1: | Line 1: | ||
{{RV|type=function | {{RV|type=function | ||
| arma3 | |game1= arma3 | ||
|version1= 1.00 | |||
|1.00 | |||
|gr1= Diagnostic | |gr1= Diagnostic | ||
| Start automatic loading screen upon mission start. On client, it will finish only when server is finished. | |descr= Start automatic loading screen upon mission start. | ||
On client, it will finish only when server is finished. | |||
|s1= | |s1= call [[BIS_fnc_preload]] | ||
|r1= [[Boolean]] | |r1= [[Boolean]] | ||
|x1= <code>[[call]] [[BIS_fnc_preload]];</code> | |x1= <code>[[call]] [[BIS_fnc_preload]];</code> | ||
|seealso= | |||
}} | }} |
Revision as of 18:07, 13 June 2021
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