BIS fnc showWelcomeScreen: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
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...)
m (Text replacement - "<h3 style="display:none">Bottom Section</h3>" to "")
Line 24: Line 24:
}}
}}


<h3 style="display:none">Bottom Section</h3>
 
[[Category:Functions|{{uc:showWelcomeScreen}}]]
[[Category:Functions|{{uc:showWelcomeScreen}}]]


[[Category:{{Name|arma3}}: Functions|{{uc:showWelcomeScreen}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:showWelcomeScreen}}]]

Revision as of 02:23, 18 January 2021

Hover & click on the images for description

Description

Description:
Show welcome screen. Used in the main menu (works fine in Eden Editor).

BIS fnc showWelcomeScreen.jpg
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