setSimpleTaskAlwaysVisible: 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:
{{Command|Comments=
{{Command|Comments=
____________________________________________________________________________________________
|arma3 |Game name=
|arma3 |Game name=


Line 9: Line 8:
|arg=  |Multiplayer Arguments=  
|arg=  |Multiplayer Arguments=  
|eff=  |Multiplayer Effects=
|eff=  |Multiplayer Effects=
____________________________________________________________________________________________
| Makes the given task allways visible or not. |DESCRIPTION=
| Makes the given task allways visible or not. |DESCRIPTION=
____________________________________________________________________________________________
| taskID [[setSimpleTaskAlwaysVisible]] state |SYNTAX=
| taskID [[setSimpleTaskAlwaysVisible]] state |SYNTAX=
|p1= taskID: [[Task]] |PARAMETER1=
|p1= taskID: [[Task]] |PARAMETER1=

Revision as of 03:44, 17 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