BIS fnc showWelcomeScreen: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " <h3 style="display:none">Notes</h3> <dl class="command_description"> <!-- Note Section BEGIN --> <!-- Note Section END --> </dl> " to "") |
Lou Montana (talk | contribs) m (Text replacement - " *\| *([Cc]omments|COMMENTS|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments \("local" or "global"\)|Multiplayer Effects \("local" or "global"\)|Multiplayer Execution \("server" o...) |
||
Line 1: | Line 1: | ||
{{Function | {{Function | ||
| arma3 | | arma3 | ||
|1.00 | |1.00 | ||
|gr1= GUI | |gr1= GUI | ||
| 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]] | [[File:BIS fnc showWelcomeScreen.jpg|500px|center]] | ||
| [display'', forceLatest''] call [[BIS_fnc_showWelcomeScreen]] | | [display'', forceLatest''] call [[BIS_fnc_showWelcomeScreen]] | ||
|p1= display: [[Display]] - Parent display where welcome screen is to be shown | |p1= display: [[Display]] - Parent display where welcome screen is to be shown | ||
|p2= forceLatest: [[Boolean]] - (Optional, default [[false]]) Show latest welcome screen automatically | |p2= forceLatest: [[Boolean]] - (Optional, default [[false]]) Show latest welcome screen automatically | ||
| [[Boolean]] - [[true]] when screen is opened | | [[Boolean]] - [[true]] when screen is opened | ||
|x1= <code><nowiki>[</nowiki>[[findDisplay]] 313, [[true]]] [[call]] [[BIS_fnc_showWelcomeScreen]];</code> | |x1= <code><nowiki>[</nowiki>[[findDisplay]] 313, [[true]]] [[call]] [[BIS_fnc_showWelcomeScreen]];</code> | ||
| [[:Category:Function Group: GUI|GUI Functions]] | | [[:Category:Function Group: GUI|GUI Functions]] | ||
}} | }} | ||
Revision as of 23:45, 17 January 2021
Description
- Description:
- Show welcome screen. Used in the main menu (works fine in Eden Editor).
- Execution:
- call
- Groups:
- GUI
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