BIS fnc showWelcomeScreen: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (1 revision imported: BIS Functions update 2/7)
m (pf)
Line 1: Line 1:
 
{{Function|Comments=
{{Function|= Comments
____________________________________________________________________________________________
____________________________________________________________________________________________


| arma3 |= Game name
| arma3 |Game name=


|1.00|= Game version
|1.00|Game version=
____________________________________________________________________________________________
____________________________________________________________________________________________


| <pre>/*
| Show welcome screen. TO be used in the main menu.|Description=
Author: Karel Moricky
____________________________________________________________________________________________
 
Description:
Show welcome screen. TO be used in the main menu.


Parameter(s):
| [display,forceLatest] call [[BIS_fnc_showWelcomeScreen]] |Syntax=
0: DISPLAY - parent display
1 (Optional): BOOL - force showing the latest welcome screen


Returns:
|p1=display: [[Display]] - Parent display where welcome screen is to be shown |Parameter 1=
BOOL - true when a screen was opened
*/


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


</pre><small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small> |= Description
| [[Boolean]] - [[True]] when screen was opened|Return value=
____________________________________________________________________________________________
____________________________________________________________________________________________


| <!-- [] call [[BIS_fnc_showWelcomeScreen]]; --> |= Syntax
|x1= <code>[ [[findDisplay]] 313, [[true]] ] [[call]] [[BIS_fnc_showWelcomeScreen]];</code>|Example 1=
|p1= |= Parameter 1
 
| |= Return value
____________________________________________________________________________________________


|x1= <code></code> |=
____________________________________________________________________________________________
____________________________________________________________________________________________


| |= See also
| [[Category:Function Group: GUI|GUI Functions]]  |See also=
 
}}
}}



Revision as of 14:04, 20 June 2018

Hover & click on the images for description

Description

Description:
Show welcome screen. TO be used in the main menu.
Execution:
call
Groups:
Uncategorised

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 was opened

Examples

Example 1:
[ findDisplay 313, true ] call BIS_fnc_showWelcomeScreen;

Additional Information

See also:

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

Notes

Bottom Section