BIS fnc showWelcomeScreen: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " |s1=[" to " |s1= [") |
Lou Montana (talk | contribs) m (Text replacement - "<code>([^<]*)<nowiki>\[<\/nowiki>\[\[([a-zA-Z0-9_]+)\]\](.*)<\/code>" to "<code>$1$2$3</code>") |
||
Line 18: | Line 18: | ||
|r1= [[Boolean]] - [[true]] when screen is opened | |r1= [[Boolean]] - [[true]] when screen is opened | ||
|x1= <code> | |x1= <code>findDisplay 313, [[true]]] [[call]] [[BIS_fnc_showWelcomeScreen]];</code> | ||
|seealso= [[:Category:Function Group: GUI|GUI Functions]] | |seealso= [[:Category:Function Group: GUI|GUI Functions]] | ||
}} | }} |
Revision as of 12:40, 13 July 2022
Description
- Description:
- Show welcome screen. Used in the main menu (works fine in Eden Editor).
- 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