taskAlwaysVisible: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Arma[ _]3[ _]Tasks[ _]Overhaul ?\|" to "[[Arma 3: Task Framework#Task Overhaul|")
m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Arma[ _]3(\|.*)\]\]" to "{{GameCategory|arma3|Scripting Commands}}")
Line 43: Line 43:


<h3 style="display:none">Bottom Section</h3>
<h3 style="display:none">Bottom Section</h3>
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
{{GameCategory|arma3|Scripting Commands}}

Revision as of 20:03, 9 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