BIS fnc taskAlwaysVisible: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page for BIS_fnc_taskAlwaysVisible)
m (1 revision imported: BIS Functions update 3/7)
(No difference)

Revision as of 20:59, 20 May 2017


Hover & click on the images for description

Description

Description:
/*

	Description:
	Returns true if task is forced to be always visible (default: false).

	Parameters:
		0: STRING - task id

	Returns:
		BOOL - true if task is forced to be always visible; false if it should fade out normally
*/

Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
Syntax needed
Return Value:
Return value needed

Examples

Example 1:
_alwaysVisible:bool = [_taskId:string] call BIS_fnc_taskAlwaysVisible;

Additional Information

See also:
Tasks Overhaul

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