BIS fnc showWelcomeScreen: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\| *((\[\[[a-zA-Z0-9_ :\\\-\/|()]+\]\],? ?)+) * \}\}" to "|seealso= $1 }}")
m (Text replacement - " \| *(\[\[[a-zA-Z ]+\]\].+) \|x1=" to " |r1=$1 |x1=")
Line 17: Line 17:
|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
|r1=[[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>

Revision as of 21:37, 10 June 2021

Hover & click on the images for description

Description

Description:
Description needed
Execution:
call
Groups:
GUI

Syntax

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