BIS fnc diagAAR: Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
Lou Montana (talk | contribs) (Page filling - missing see also (WIP?)) |
||
Line 1: | Line 1: | ||
{{Function|= Comments | {{Function|= Comments | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Line 8: | Line 7: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | Show '''AAR''' display (end mission display) and fill it with '''BIS_fnc_diagAAR_data''' content. Engine use, as it ends the mission. |= Description | ||
____________________________________________________________________________________________ | |||
| [mode, arguments] call [[BIS_fnc_diagAAR]] |= Syntax | |||
|p1= mode: [[String]] - can be one of: | |||
* "Init" - Starts '''AAR''' | |||
* "Init_List" - ''internal function usage'' | |||
* "Display_keydown" - ''internal function usage'' | |||
* "Timeline_sliderposchanged" - ''internal function usage'' | |||
* "ListMissions_lbselchanged" - ''internal function usage'' | |||
* "ListSessions_lbselchanged" - ''internal function usage'' | |||
* "draw" - ''internal function usage'' |= Parameter 1 | |||
|p2= arguments: [[Anything]] - (Optional, default []) | |||
* "Init" arguments: display: [[Display]] | |||
* "Init_List" arguments: display: [[Display]] | |||
# | * "Display_keydown" arguments: see [[User_Interface_Event_Handlers#onKeyDown|onKeyDown]] event | ||
# | * "Timeline_sliderposchanged" arguments: see [[User_Interface_Event_Handlers#onSliderPosChanged|onSliderPosChanged]] event | ||
# | * "ListMissions_lbselchanged" arguments: see [[User_Interface_Event_Handlers#onLbSelChanged|onLbSelChanged]] event | ||
# | * "ListSessions_lbselchanged" arguments: see [[User_Interface_Event_Handlers#onLbSelChanged|onLbSelChanged]] event | ||
# | * "draw" arguments: see [[User_Interface_Event_Handlers#onDraw|onDraw]] event |= Parameter 2 | ||
| [[Script_(handle)|Script handle]] |= Return value | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| < | |x1= <code>["Init", <nowiki>[</nowiki>[[call]] [[BIS_fnc_displayMission]]]] [[call]] [[BIS_fnc_diagAAR]];</code> |= Example 1 | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| |= See also | | |= See also | ||
}} | }} | ||
Revision as of 13:38, 8 May 2018
Description
- Description:
- Show AAR display (end mission display) and fill it with BIS_fnc_diagAAR_data content. Engine use, as it ends the mission.
- Execution:
- call
- Groups:
- Uncategorised
Syntax
- Syntax:
- [mode, arguments] call BIS_fnc_diagAAR
- Parameters:
- mode: String - can be one of:
- "Init" - Starts AAR
- "Init_List" - internal function usage
- "Display_keydown" - internal function usage
- "Timeline_sliderposchanged" - internal function usage
- "ListMissions_lbselchanged" - internal function usage
- "ListSessions_lbselchanged" - internal function usage
- "draw" - internal function usage
- arguments: Anything - (Optional, default [])
- "Init" arguments: display: Display
- "Init_List" arguments: display: Display
- "Display_keydown" arguments: see onKeyDown event
- "Timeline_sliderposchanged" arguments: see onSliderPosChanged event
- "ListMissions_lbselchanged" arguments: see onLbSelChanged event
- "ListSessions_lbselchanged" arguments: see onLbSelChanged event
- "draw" arguments: see onDraw event
- Return Value:
- Script handle
Examples
- Example 1:
["Init", [call BIS_fnc_displayMission]] call BIS_fnc_diagAAR;
Additional Information
- See also:
- See also needed
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