BIS fnc taskSetAlwaysVisible: Difference between revisions
Jump to navigation
Jump to search
m (see also) |
m (page formatting) |
||
Line 1: | Line 1: | ||
{{Function|= | |||
| arma3 |Game= | |||
| | |1.58|Game Version= | ||
| | |arg= global|Multiplayer Arguments= | ||
| | |eff= global|Multiplayer Effects= | ||
| Flags task to be or not to be always visible. {{Informative| See [[Arma 3 Task Framework]] for more information.}}|Description= | |||
| [taskID,alwaysVisible] call [[BIS_fnc_taskSetAlwaysVisible]] |Syntax= | |||
|p1= taskID: [[String]] - Task ID |Parameter 1= | |||
|p2= alwaysVisible: [[Boolean]] - [[True]] for always visible [[false]] if not |Parameter 2= | |||
| | | [[String]] - Task ID. |Return Value= | ||
|x1= <code>["BIS_Task_01",true] [[call]] [[BIS_fnc_taskSetAlwaysVisible]];</code>|Example 1= | |||
|x1= <code>[ | |||
| [[:Category:Function Group: Tasks|Task Functions]] [[Arma 3 Task Framework]] |See Also= | |||
}} | }} | ||
[[Category:Function Group: Tasks|{{uc:taskHint}}]] | |||
[[Category:Functions|{{uc:taskHint}}]] | |||
[[Category:{{Name|arma3}}: Functions|{{uc:taskHint}}]] | |||
[[Category:Function Group: Tasks|{{uc: | |||
[[Category:Functions|{{uc: | |||
[[Category:{{Name|arma3}}: Functions|{{uc: |
Revision as of 19:37, 11 September 2019
Description
- Description:
- Flags task to be or not to be always visible.
- Execution:
- call
- Groups:
- Uncategorised
Syntax
- Syntax:
- [taskID,alwaysVisible] call BIS_fnc_taskSetAlwaysVisible
- Parameters:
- taskID: String - Task ID
- alwaysVisible: Boolean - True for always visible false if not
- Return Value:
- String - Task ID.
Examples
- Example 1:
["BIS_Task_01",true] call BIS_fnc_taskSetAlwaysVisible;
Additional Information
- See also:
- Task Functions Arma 3 Task Framework
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