endLoadingScreen
Revision as of 17:16, 19 September 2019 by Lou Montana (talk | contribs) (Text replacement - "\[\[Category:ArmA 2: New Scripting Commands List\|{{uc:{{PAGENAME}}}}\]\]\s*" to "")
Hover & click on the images for descriptions
Description
- Description:
- Finishes loading screen started by startLoadingScreen.
Syntax
- Syntax:
- endLoadingScreen
- Return Value:
- Nothing
Examples
- Example 1:
-
startLoadingScreen ["Loading My Mission"]; //Batch of code //Batch of code //Batch of code progressLoadingScreen 0.5; //Batch of code //Batch of code //Batch of code endLoadingScreen;
Additional Information
- See also:
- startLoadingScreenprogressLoadingScreen
- Groups:
- Uncategorised