BIS fnc diagAAR: Difference between revisions

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


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


|gr1= Diagnostic |GROUP1=
|gr1= Diagnostic |GROUP1=
____________________________________________________________________________________________


| 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.}} |DESCRIPTION=
[[BIS_fnc_diagAARrecord]] '''must''' have been previously executed to have data to display.}} |DESCRIPTION=
____________________________________________________________________________________________


| [mode, arguments] call [[BIS_fnc_diagAAR]] |SYNTAX=
| [mode, arguments] call [[BIS_fnc_diagAAR]] |SYNTAX=
Line 35: Line 32:


| [[Script_(Handle)|Script handle]] |RETURNVALUE=
| [[Script_(Handle)|Script handle]] |RETURNVALUE=
____________________________________________________________________________________________


|x1= <code>["Init", [_anAARDisplay]] [[call]] [[BIS_fnc_diagAAR]];</code> |EXAMPLE1=
|x1= <code>["Init", [_anAARDisplay]] [[call]] [[BIS_fnc_diagAAR]];</code> |EXAMPLE1=
____________________________________________________________________________________________


| [[BIS_fnc_diagAARrecord]] |SEEALSO=
| [[BIS_fnc_diagAARrecord]] |SEEALSO=

Revision as of 00:14, 17 January 2021

Hover & click on the images for description

Description

Description:
Fill an AAR (After Action Review) display with data and Event Handlers.
BIS_fnc_diagAARrecord must have been previously executed to have data to display.
Execution:
call
Groups:
Diagnostic

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:
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

Notes

Bottom Section