BIS_fnc_taskAlwaysVisible

From Bohemia Interactive Community
Revision as of 05:06, 5 June 2016 by Pennyworth (talk | contribs) (Created page for BIS_fnc_taskAlwaysVisible)
Jump to navigation Jump to search


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