BIS fnc displayMission: Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
Lou Montana (talk | contribs) (Page filling) |
||
Line 1: | Line 1: | ||
{{Function|= Comments | {{Function|= Comments | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Line 8: | Line 7: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | Returns main display of current mission/intro/outro. A cleaner alternative to {{Inline code|[[findDisplay]] 46}}. |= Description | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | call [[BIS_fnc_displayMission]] |= Syntax | ||
| |= Return value | | [[Display]] |= Return value | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <code></code> |= | |x1= <code>_mainDisplay = [[call]] [[BIS_fnc_displayMission]];</code> |= Example 1 | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| |= See also | | [[findDisplay]] |= See also | ||
}} | }} | ||
Revision as of 20:01, 6 May 2018
Description
- Description:
- Returns main display of current mission/intro/outro. A cleaner alternative to
findDisplay 46
. - Execution:
- call
- Groups:
- Uncategorised
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