startLoadingScreen: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(populated)
(+ example and related commands)
Line 21: Line 21:




|x1= <code>(example)</code>|= EXAMPLE1  
|x1= <code>startLoadingScreen ["Loading My Mission, please wait..."];</code>|= EXAMPLE1  


____________________________________________________________________________________________
____________________________________________________________________________________________


| |= SEEALSO  
| [[endLoadingScreen]], [[progressLoadingScreen]] |= SEEALSO  


|  |= MPBEHAVIOUR  
|  |= MPBEHAVIOUR  

Revision as of 18:56, 7 June 2009

Hover & click on the images for description

Description

Description:
Shows loading screen with the given text,using the given resource.,When loading screen is shown,simulation and scene drawing is disabled, scripts run at full speed.
Groups:
Uncategorised

Syntax

Syntax:
startLoadingScreen [text] or [text,resource]
Parameters:
[text] or [text,resource]: Array -
Return Value:
Nothing

Examples

Example 1:
startLoadingScreen ["Loading My Mission, please wait..."];

Additional Information

See also:
endLoadingScreenprogressLoadingScreen

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