BIS fnc diagAAR: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Fix description and example) |
m (template:command argument fix) |
||
Line 9: | Line 9: | ||
| Fill an '''AAR''' (After Action Review) display with data and Event Handlers.<br /> | | Fill an '''AAR''' (After Action Review) display with data and Event Handlers.<br /> | ||
{{Important| | {{Important| | ||
[[BIS_fnc_diagAARrecord]] '''must''' have been previously executed to have data to display.}} |= | [[BIS_fnc_diagAARrecord]] '''must''' have been previously executed to have data to display.}} |DESCRIPTION= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [mode, arguments] call [[BIS_fnc_diagAAR]] |= | | [mode, arguments] call [[BIS_fnc_diagAAR]] |SYNTAX= | ||
|p1= mode: [[String]] - can be one of: | |p1= mode: [[String]] - can be one of: | ||
Line 32: | Line 32: | ||
* "draw" arguments: see [[User_Interface_Event_Handlers#onDraw|onDraw]] event |= Parameter 2 | * "draw" arguments: see [[User_Interface_Event_Handlers#onDraw|onDraw]] event |= Parameter 2 | ||
| [[Script_(Handle)|Script handle]] |= | | [[Script_(Handle)|Script handle]] |RETURNVALUE= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Line 38: | Line 38: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[BIS_fnc_diagAARrecord]] |= | | [[BIS_fnc_diagAARrecord]] |SEEALSO= | ||
}} | }} | ||
Revision as of 11:27, 7 April 2019
Description
- Description:
- Fill an AAR (After Action Review) display with data and Event Handlers.
- Execution:
- call
- Groups:
- Uncategorised
Syntax
- Syntax:
- [mode, arguments] call BIS_fnc_diagAAR
- Parameters:
- mode: String - can be one of:
- "Init" - Fill display with AAR data
- "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:
- "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", [_anAARDisplay]] call BIS_fnc_diagAAR;
Additional Information
- See also:
- BIS_fnc_diagAARrecord
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