BIS fnc diagAAR: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Page filling - missing see also (WIP?))
m (Add BIS_fnc_diagAARrecord entries)
Line 7: 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
| Show '''AAR''' display (end mission display) and fill it with '''BIS_fnc_diagAAR_data''' content.<br />
{{Important|
[[BIS_fnc_diagAARrecord]] '''must''' have been previously executed to have data to display.}} |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 30: 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]] |= Return value
| [[Script_(Handle)|Script handle]] |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 36: Line 38:
____________________________________________________________________________________________
____________________________________________________________________________________________


| |= See also
| [[BIS_fnc_diagAARrecord]] |= See also
}}
}}



Revision as of 15:28, 8 May 2018

Hover & click on the images for description

Description

Description:
Show AAR display (end mission display) and fill it with BIS_fnc_diagAAR_data content.
BIS_fnc_diagAARrecord must have been previously executed to have data to display.
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 [])
Return Value:
Script handle

Examples

Example 1:
["Init", [call BIS_fnc_displayMission]] 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