BIS fnc showWelcomeScreen: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "(\|p[0-9]+ *= *[^(]+\(Optional(, default[^)]*)\) )S([a-z])" to "$1s$3")
m (Text replacement - "(\|[pr][0-9]+ *= *[^-\r\n]+) *- *P([a-z])" to "$1 - p$2")
 
Line 12: Line 12:
|s1= [display, forceLatest] call [[BIS_fnc_showWelcomeScreen]]
|s1= [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

Latest revision as of 15:42, 8 November 2023

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