BIS fnc showWelcomeScreen: Difference between revisions
Jump to navigation
Jump to search
m (1 revision imported: BIS Functions update 2/7) |
m (pf) |
||
Line 1: | Line 1: | ||
{{Function|Comments= | |||
{{Function|= | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| arma3 | | | arma3 |Game name= | ||
|1.00| | |1.00|Game version= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | Show welcome screen. TO be used in the main menu.|Description= | ||
____________________________________________________________________________________________ | |||
| [display,forceLatest] call [[BIS_fnc_showWelcomeScreen]] |Syntax= | |||
|p1=display: [[Display]] - Parent display where welcome screen is to be shown |Parameter 1= | |||
|p2=forceLatest: [Boolean]] - (Optional, default [[false]]) Show latest welcome screen automatically|Parameter 2= | |||
| [[Boolean]] - [[True]] when screen was opened|Return value= | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| < | |x1= <code>[ [[findDisplay]] 313, [[true]] ] [[call]] [[BIS_fnc_showWelcomeScreen]];</code>|Example 1= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | | [[Category:Function Group: GUI|GUI Functions]] |See also= | ||
}} | }} | ||
Revision as of 13:04, 20 June 2018
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