BIS_fnc_showWelcomeScreen

From Bohemia Interactive Community
Revision as of 14:04, 20 June 2018 by R3vo (talk | contribs) (pf)
Jump to navigation Jump to search
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