taskAlwaysVisible: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Arma[ _]3(\|.*)\]\]" to "{{GameCategory|arma3|Scripting Commands}}") |
Lou Montana (talk | contribs) 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 03:59, 17 January 2021
Description
- Description:
- Returns true if the task is flagged to be always visible or false if not.
- Groups:
- Briefing
Syntax
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