BIS fnc displayMission: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "\[\[Category\:Function Group\: GUI(\|\{\{[a-zA-Z0-9_:]+\}\})?\]\]" to "") |
Lou Montana (talk | contribs) 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 23:07, 16 January 2021
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