BIS fnc isLoading: Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
Lou Montana (talk | contribs) (Page filling) |
||
Line 1: | Line 1: | ||
{{Function|= Comments | {{Function|= Comments | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Line 8: | Line 7: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | Check if a loading screen is opened. |= Description | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | call [[BIS_fnc_isLoading]] |= Syntax | ||
| | | [[Boolean]] |= Return value | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <code></code> |= | |x1= <code>_isLoading = [[call]] [[BIS_fnc_isLoading]];</code> |= Example 1 | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| |= See also | | [[BIS_fnc_startLoadingScreen]], [[BIS_fnc_endLoadingScreen]] |= See also | ||
}} | }} | ||
Revision as of 13:15, 27 April 2018
Description
- Description:
- Check if a loading screen is opened.
- Execution:
- call
- Groups:
- Uncategorised
Syntax
- Syntax:
- call BIS_fnc_isLoading
- Return Value:
- Boolean
Examples
- Example 1:
_isLoading = call BIS_fnc_isLoading;
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