BIS fnc showWelcomeScreen: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (minor fixes)
m (Text replacement - "(\|[pr][0-9]+ *= *[^-\r\n]+) *- *P([a-z])" to "$1 - p$2")
 
(26 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Function|Comments=
{{RV|type=function
____________________________________________________________________________________________


| arma3 |Game name=
|game1= arma3
|version1= 1.00


|1.00|Game version=
|gr1= GUI
____________________________________________________________________________________________


| Show welcome screen. Used in the main menu (works fine in [[Eden Editor]]).<br />
|descr= Show welcome screen. Used in the main menu (works fine in [[:Category:Eden Editor|Eden Editor]]).<br>
<br />
<br>
[[File:BIS fnc showWelcomeScreen.jpg|500px|center]] |Description=
[[File:BIS_fnc_showWelcomeScreen.jpg|500px|center]]
____________________________________________________________________________________________


| [display'', forceLatest''] call [[BIS_fnc_showWelcomeScreen]] |Syntax=
|s1= [display, forceLatest] call [[BIS_fnc_showWelcomeScreen]]


|p1= display: [[Display]] - Parent display where welcome screen is to be shown |Parameter 1=
|p1= display: [[Display]] - parent display where welcome screen is to be shown


|p2= forceLatest: [[Boolean]] - (Optional, default [[false]]) Show latest welcome screen automatically |Parameter 2=
|p2= forceLatest: [[Boolean]] - (Optional, default [[false]]) show latest welcome screen automatically


| [[Boolean]] - [[true]] when screen is opened |Return value=
|r1= [[Boolean]] - [[true]] when screen is opened
____________________________________________________________________________________________


|x1= <code><nowiki>[</nowiki>[[findDisplay]] 313, [[true]]] [[call]] [[BIS_fnc_showWelcomeScreen]];</code> |Example 1=
|x1= <sqf>[findDisplay 313, true] call BIS_fnc_showWelcomeScreen;</sqf>
____________________________________________________________________________________________


| [[:Category:Function Group: GUI|GUI Functions]] |See also=
|seealso= [[:Category:Function Group: GUI|GUI Functions]]
}}
}}
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>
<h3 style="display:none">Bottom Section</h3>
[[Category:Functions|{{uc:showWelcomeScreen}}]]
[[Category:Function Group: GUI|{{uc:showWelcomeScreen}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:showWelcomeScreen}}]]

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