BIS fnc taskSetAlwaysVisible: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (see also)
m (page formatting)
Line 1: Line 1:
{{Function|=


{{Function|Comments=
| arma3 |Game=
____________________________________________________________________________________________


| arma3 |Game name=
|1.58|Game Version=


|1.00|Game version=
|arg= global|Multiplayer Arguments=
____________________________________________________________________________________________


| <pre>/*
|eff= global|Multiplayer Effects=


Description:
| Flags task to be or not to be always visible. {{Informative| See [[Arma 3 Task Framework]] for more information.}}|Description=
Flags task to be or not to be always visible.


Parameters:
| [taskID,alwaysVisible] call [[BIS_fnc_taskSetAlwaysVisible]] |Syntax=
0: STRING - task id
1: BOOL - always visible flag


Returns:
|p1= taskID: [[String]] - Task ID |Parameter 1=
STRING - task id
*/


</pre>|DESCRIPTION=
|p2= alwaysVisible: [[Boolean]] - [[True]] for always visible [[false]] if not |Parameter 2=
____________________________________________________________________________________________


| <!-- [] call [[BIS_fnc_taskSetAlwaysVisible]]; --> |SYNTAX=
| [[String]] - Task ID. |Return Value=


|p1= |PARAMETER1=
|x1= <code>["BIS_Task_01",true] [[call]] [[BIS_fnc_taskSetAlwaysVisible]];</code>|Example 1=
 
| |RETURNVALUE=
____________________________________________________________________________________________
 
|x1= <code>[_taskId:string,_alwaysVisible:bool] call BIS_fnc_taskSetAlwaysVisible;</code> |=
____________________________________________________________________________________________
 
| [[:Category:Function Group: Tasks|Task Functions]] [[Arma 3 Task Framework]] |SEEALSO=


| [[:Category:Function Group: Tasks|Task Functions]] [[Arma 3 Task Framework]] |See Also=
}}
}}


<h3 style="display:none">Notes</h3>
[[Category:Function Group: Tasks|{{uc:taskHint}}]]
<dl class="command_description">
[[Category:Functions|{{uc:taskHint}}]]
<!-- Note Section BEGIN -->
[[Category:{{Name|arma3}}: Functions|{{uc:taskHint}}]]
 
<!-- Note Section END -->
</dl>
 
<h3 style="display:none">Bottom Section</h3>
[[Category:Function Group: Tasks|{{uc:taskSetAlwaysVisible}}]]
[[Category:Functions|{{uc:taskSetAlwaysVisible}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:taskSetAlwaysVisible}}]]

Revision as of 20:37, 11 September 2019

Hover & click on the images for description

Description

Description:
Flags task to be or not to be always visible.
See Arma 3 Task Framework for more information.
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
[taskID,alwaysVisible] call BIS_fnc_taskSetAlwaysVisible
Parameters:
taskID: String - Task ID
alwaysVisible: Boolean - True for always visible false if not
Return Value:
String - Task ID.

Examples

Example 1:
["BIS_Task_01",true] call BIS_fnc_taskSetAlwaysVisible;

Additional Information

See also:
Task Functions Arma 3 Task Framework

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