setSimpleTaskAlwaysVisible: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "<!-- Appropriate categories go here -->" to "") |
Lou Montana (talk | contribs) 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 | {{Command | ||
|arma3 | |arma3 | ||
|gr1= Briefing | |gr1= Briefing | ||
|1.58 | |1.58 | ||
|arg | |arg= | ||
|eff | |eff= | ||
| Makes the given task allways visible or not. | | Makes the given task allways visible or not. | ||
| taskID [[setSimpleTaskAlwaysVisible]] state | | taskID [[setSimpleTaskAlwaysVisible]] state | ||
|p1= taskID: [[Task]] | |p1= taskID: [[Task]] | ||
|p2= state: [[Boolean]] | |p2= state: [[Boolean]] | ||
| [[Nothing]] | | [[Nothing]] | ||
|x1= [[currentTask]] [[player]] [[setSimpleTaskAlwaysVisible]] [[true]]; | |x1= [[currentTask]] [[player]] [[setSimpleTaskAlwaysVisible]] [[true]]; | ||
| [[createSimpleTask]] | | [[createSimpleTask]] | ||
}} | }} | ||
Revision as of 11:09, 18 January 2021
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