BIS fnc showWelcomeScreen: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (minor fixes) |
Lou Montana (talk | contribs) 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: | ||
{{ | {{RV|type=function | ||
| arma3 | | |game1= arma3 | ||
|version1= 1.00 | |||
| | |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: | [[File:BIS_fnc_showWelcomeScreen.jpg|500px|center]] | ||
| [display | |s1= [display, forceLatest] call [[BIS_fnc_showWelcomeScreen]] | ||
|p1= display: [[Display]] - | |p1= display: [[Display]] - parent display where welcome screen is to be shown | ||
|p2= forceLatest: [[Boolean]] - (Optional, default [[false]]) | |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= < | |x1= <sqf>[findDisplay 313, true] call BIS_fnc_showWelcomeScreen;</sqf> | ||
| [[:Category:Function Group: GUI|GUI Functions]] | |seealso= [[:Category:Function Group: GUI|GUI Functions]] | ||
}} | }} | ||
Latest revision as of 14:42, 8 November 2023
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:
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