BIS fnc showWelcomeScreen: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (minor fixes) |
Lou Montana (talk | contribs) m (Text replacement - "<br />" to "<br>") |
||
Line 7: | Line 7: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| Show welcome screen. Used in the main menu (works fine in [[Eden Editor]]).<br | | Show welcome screen. Used in the main menu (works fine in [[Eden Editor]]).<br> | ||
<br | <br> | ||
[[File:BIS fnc showWelcomeScreen.jpg|500px|center]] |Description= | [[File:BIS fnc showWelcomeScreen.jpg|500px|center]] |Description= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ |
Revision as of 11:56, 19 March 2020
Description
- Description:
- Show welcome screen. Used in the main menu (works fine in Eden Editor).
- Execution:
- call
- Groups:
- Uncategorised
Syntax
- Syntax:
- [display, forceLatest] call BIS_fnc_showWelcomeScreen
- Parameters:
- display: Display - Parent display where welcome screen is to be shown
- forceLatest: Boolean - (Optional, default false) Show latest welcome screen automatically
- Return Value:
- Boolean - true when screen is opened
Examples
- Example 1:
[findDisplay 313, true] call BIS_fnc_showWelcomeScreen;
Additional Information
- See also:
- GUI Functions
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