BIS fnc showWelcomeScreen: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " +" to " ")
m (Text replacement - " \| *(\[[^ ]+\] (call|spawn) ('''|\[\[)BI(N|S)_fnc_[a-zA-Z0-9_]+('''|\]\]));? \| *p1 *=" to " |s1=$1 |p1=")
Line 11: Line 11:
[[File:BIS fnc showWelcomeScreen.jpg|500px|center]]
[[File:BIS fnc showWelcomeScreen.jpg|500px|center]]


| [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

Revision as of 20:30, 12 June 2021

Hover & click on the images for description

Description

Description:
Description needed
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