taskAlwaysVisible: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Arma[ _]3(\|.*)\]\]" to "{{GameCategory|arma3|Scripting Commands}}")
m (Text replacement - "_{10,} " to "")
Line 1: Line 1:
<!-- taskAlwaysVisible -->
<!-- taskAlwaysVisible -->
{{Command|Comments=
{{Command|Comments=
____________________________________________________________________________________________


| arma3 |Game name=
| arma3 |Game name=
Line 8: Line 7:


|gr1= Briefing |GROUP1=
|gr1= Briefing |GROUP1=
____________________________________________________________________________________________


| Returns true if the task is flagged to be always visible or false if not. |DESCRIPTION=
| Returns true if the task is flagged to be always visible or false if not. |DESCRIPTION=
____________________________________________________________________________________________


| '''taskAlwaysVisible''' task |SYNTAX=
| '''taskAlwaysVisible''' task |SYNTAX=
Line 19: Line 16:
| [[Boolean]] |RETURNVALUE=
| [[Boolean]] |RETURNVALUE=


____________________________________________________________________________________________
   
   
|x1= <code>_isAlwaysVisible = [[taskAlwaysVisible]] ([[currentTask]] [[player]]);</code> |EXAMPLE1=
|x1= <code>_isAlwaysVisible = [[taskAlwaysVisible]] ([[currentTask]] [[player]]);</code> |EXAMPLE1=
____________________________________________________________________________________________


| [[setSimpleTaskAlwaysVisible]], [[taskType]], [[BIS_fnc_taskSetAlwaysVisible]], [[BIS_fnc_taskAlwaysVisible]], [[Arma 3: Task Framework#Task Overhaul|Tasks Overhaul]] |SEEALSO=  
| [[setSimpleTaskAlwaysVisible]], [[taskType]], [[BIS_fnc_taskSetAlwaysVisible]], [[BIS_fnc_taskAlwaysVisible]], [[Arma 3: Task Framework#Task Overhaul|Tasks Overhaul]] |SEEALSO=  


|  |MPBEHAVIOUR=  
|  |MPBEHAVIOUR=  
____________________________________________________________________________________________


}}
}}

Revision as of 04:59, 17 January 2021


Hover & click on the images for description

Description

Description:
Returns true if the task is flagged to be always visible or false if not.
Groups:
Briefing

Syntax

Syntax:
taskAlwaysVisible task
Parameters:
task: Task
Return Value:
Boolean

Examples

Example 1:
_isAlwaysVisible = taskAlwaysVisible (currentTask player);

Additional Information

See also:
setSimpleTaskAlwaysVisibletaskTypeBIS_fnc_taskSetAlwaysVisibleBIS_fnc_taskAlwaysVisibleTasks 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

Bottom Section