BIS fnc diagAAR: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Generated by BIS_fnc_exportFunctionsToWiki)
 
m (1 revision)
(No difference)

Revision as of 16:08, 25 July 2014


Hover & click on the images for description

Description

Description:
#define AAR_VERSION		1.02
#define GUI_MAP			(_display displayctrl 2201)
#define GUI_BACKGROUND		(_display displayctrl 1000)
#define GUI_TIMELINE		(_display displayctrl 1900)
#define GUI_TOP			(_display displayctrl 1100)
#define GUI_LIST_MISSIONS	(_display displayctrl 2100)
#define GUI_LIST_SESSIONS	(_display displayctrl 2101)
#define GUI_IDC			(_display displayctrl _idc)
#define PROFILE_AAR_VARNAME	"BIS_fnc_diagAAR_data"
#define PROFILE_AAR		(profilenamespace getvariable [PROFILE_AAR_VARNAME,[]])

#define ID_META_VERSION		0
#define ID_META_SEED		1
#define ID_META_PLAYER		2
#define ID_META_PLAYERNAME	3
#define ID_META_UNITS		4
#define ID_META_DELAY		5

#define ID_VAR_UNIT		0
#define ID_TYPEOF		1
#define ID_SIDE			2
#define ID_DAMAGE		3
#define ID_POSITION		4
#define ID_DIRECTION		5
#define ID_COMMANDER		6

#define RGB_SELECTED		1,0,0
#define RGB_DISABLED		0,0,0
#define COLOR_SELECTED		[RGB_SELECTED,1]
#define COLOR_SELECTED_FADED	[RGB_SELECTED,0.1]
#define COLOR_DISABLED		[RGB_DISABLED,0.4]
#define COLOR_DISABLED_FADED	[RGB_DISABLED,0.05]
#define COLOR_DEATH		[0,0,0,1]
#define ICON_SIZE		32

//--- Function called before display - create display and terminate
(Placeholder description extracted from the function header by BIS_fnc_exportFunctionsToWiki)
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
Syntax needed
Return Value:
Return value needed

Examples

Example 1:

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

Notes

Bottom Section