BIS fnc displayMission: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category\:Function Group\: GUI(\|\{\{[a-zA-Z0-9_:]+\}\})?\]\]" to "")
m (Text replacement - "_{10,} " to "")
Line 1: Line 1:
{{Function|Comments=
{{Function|Comments=
____________________________________________________________________________________________


| tkoh |Game name=
| tkoh |Game name=
Line 7: Line 6:


|gr1= GUI |GROUP1=
|gr1= GUI |GROUP1=
____________________________________________________________________________________________


| Returns main display of current mission/intro/outro. A cleaner alternative to {{Inline code|[[findDisplay]] 46}}. |DESCRIPTION=
| Returns main display of current mission/intro/outro. A cleaner alternative to {{Inline code|[[findDisplay]] 46}}. |DESCRIPTION=
____________________________________________________________________________________________


| call [[BIS_fnc_displayMission]] |SYNTAX=
| call [[BIS_fnc_displayMission]] |SYNTAX=


| [[Display]] |RETURNVALUE=
| [[Display]] |RETURNVALUE=
____________________________________________________________________________________________


|x1= <code>_mainDisplay = [[call]] [[BIS_fnc_displayMission]];</code> |EXAMPLE1=
|x1= <code>_mainDisplay = [[call]] [[BIS_fnc_displayMission]];</code> |EXAMPLE1=
____________________________________________________________________________________________


| [[findDisplay]] |SEEALSO=
| [[findDisplay]] |SEEALSO=

Revision as of 00:07, 17 January 2021

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

Notes

Bottom Section