BIS fnc displayMission: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "<code> *([^<|{]*) *<\/code>" to "<sqf>$1</sqf>")
m (Some wiki formatting)
 
Line 9: Line 9:
|gr1= GUI
|gr1= GUI


|descr= Returns main display of current mission/intro/outro. A cleaner alternative to {{ic|[[findDisplay]] 46}}.
|descr= Returns main display of current mission/intro/outro. A cleaner alternative to <sqf inline>findDisplay 46</sqf>.


|s1= call [[BIS_fnc_displayMission]]
|s1= call [[BIS_fnc_displayMission]]
Line 15: Line 15:
|r1= [[Display]]
|r1= [[Display]]


|x1= <sqf>private _mainDisplay = call BIS_fnc_displayMission;</sqf>
|x1= <sqf>_mainDisplay = call BIS_fnc_displayMission;</sqf>


|seealso= [[findDisplay]]
|seealso= [[findDisplay]]
}}
}}

Latest revision as of 14:33, 27 July 2022

Hover & click on the images for description

Description

Description:
Returns main display of current mission/intro/outro. A cleaner alternative to findDisplay 46.
Execution:
call
Groups:
GUI

Syntax

Syntax:
call BIS_fnc_displayMission
Return Value:
Display

Examples

Example 1:
_mainDisplay = call BIS_fnc_displayMission;

Additional Information

See also:
findDisplay

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