BIS fnc endLoadingScreen: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "\[\[[cC]ategory:\{\{Name\|arma3\}\}: [fF]unctions\|\{\{uc:[a-z A-Z_]*\}\}\]\]" to "") |
Lou Montana (talk | contribs) m (Text replacement - "\| *((\[\[[a-zA-Z0-9_ :\\\-\/|()]+\]\],? ?)+) * \}\}" to "|seealso= $1 }}") |
||
Line 19: | Line 19: | ||
"myLoadingScreen" [[call]] [[BIS_fnc_endLoadingScreen]];</code> | "myLoadingScreen" [[call]] [[BIS_fnc_endLoadingScreen]];</code> | ||
| [[BIS_fnc_startLoadingScreen]], [[startLoadingScreen]], [[endLoadingScreen]] | |seealso= [[BIS_fnc_startLoadingScreen]], [[startLoadingScreen]], [[endLoadingScreen]] | ||
}} | }} |
Revision as of 00:27, 17 February 2021
Description
- Description:
- Description needed
- Execution:
- call
- Groups:
- GUI
Syntax
- Syntax:
- Syntax needed
- Parameters:
- screenId: String - screen ID, used in BIS_fnc_startLoadingScreen
- Return Value:
- Return value needed
Examples
- Example 1:
["myLoadingScreen", "Loading… wait for my splendid™ mission!"] call BIS_fnc_startLoadingScreen; uiSleep 3; "myLoadingScreen" call BIS_fnc_endLoadingScreen;
Additional Information
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