BIS_fnc_setMissionStatusSlot

From Bohemia Interactive Community
Revision as of 19:42, 3 April 2006 by BIS fnc exportFunctionsToWiki (talk) (Generated by BIS_fnc_exportFunctionsToWiki)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Hover & click on the images for description

Description

Description:
/*
	Author: Karel Moricky

	Description:
	Set  a slot for mission status with sectors, respawn tickets, etc.

	Parameter(s):
		0: NUMBER - slot ID. Use -1 to assign it automatically
		1: STRING - text
		2: STRING - icon path
		3: ARRAY - color in RGBA format
		4: NUMBER - slot fade, 0 is fully visible, 0 hidden
		5: ARRAY in Position format - position top which camera moves after clicking on the slot
		6: NUMBER - slot progress bar height in range <0;1>

	Returns:
	NUMBER - slot ID
*/

(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