BIS fnc taskAlwaysVisible: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Generated by BIS_fnc_exportFunctionsToWiki)
 
(Created page for BIS_fnc_taskAlwaysVisible)
Line 8: Line 8:
____________________________________________________________________________________________
____________________________________________________________________________________________


| ''N/A'' |= Description
| <pre>/*
 
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
*/
 
</pre>|= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


| <!-- [] call [[BIS_fnc_taskAlwaysVisible]]; --> |= Syntax
| <!-- [] call [[BIS_fnc_taskAlwaysVisible]]; --> |= Syntax
|p1= |= Parameter 1
|p1= |= Parameter 1


Line 17: Line 30:
____________________________________________________________________________________________
____________________________________________________________________________________________


|x1= <code></code> |=  
|x1= <code>_alwaysVisible:bool = [_taskId:string] call BIS_fnc_taskAlwaysVisible;</code> |=  
____________________________________________________________________________________________
____________________________________________________________________________________________


| |= See also
| [[Arma_3_Tasks_Overhaul|Tasks Overhaul]] |= See also


}}
}}

Revision as of 05:06, 5 June 2016


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