setSimpleTaskAlwaysVisible: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "<!-- Appropriate categories go here -->" to "")
m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame( +[0-9])?|Game [Vv]ersion( +[0-9])?|Game Version \(number surrounded by NO SPACES\)|Arguments in MP|MP[Aa]rg|Multiplayer Arguments( \("local" or "global"\))?|Effects|Execution|Effects...)
Line 1: Line 1:
{{Command|Comments=
{{Command
|arma3 |Game name=
|arma3


|gr1= Briefing |GROUP1=
|gr1= Briefing




|1.58|Game Version=
|1.58
|arg=  |Multiplayer Arguments=  
|arg=
|eff=  |Multiplayer Effects=
|eff=
| Makes the given task allways visible or not. |DESCRIPTION=
| Makes the given task allways visible or not.
| taskID [[setSimpleTaskAlwaysVisible]] state |SYNTAX=
| taskID [[setSimpleTaskAlwaysVisible]] state
|p1= taskID: [[Task]] |PARAMETER1=
|p1= taskID: [[Task]]
|p2= state: [[Boolean]] |PARAMETER2=
|p2= state: [[Boolean]]
| [[Nothing]] |RETURNVALUE=
| [[Nothing]]
|x1= [[currentTask]] [[player]] [[setSimpleTaskAlwaysVisible]] [[true]]; |EXAMPLE1=
|x1= [[currentTask]] [[player]] [[setSimpleTaskAlwaysVisible]] [[true]];
| [[createSimpleTask]] |SEEALSO=
| [[createSimpleTask]]
}}
}}



Revision as of 12:09, 18 January 2021

Hover & click on the images for description

Description

Description:
Makes the given task allways visible or not.
Groups:
Briefing

Syntax

Syntax:
taskID setSimpleTaskAlwaysVisible state
Parameters:
taskID: Task
state: Boolean
Return Value:
Nothing

Examples

Example 1:
currentTask player setSimpleTaskAlwaysVisible true;

Additional Information

See also:
createSimpleTask

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