BIS fnc taskSetAlwaysVisible: Difference between revisions
Jump to navigation
Jump to search
m (page formatting) |
mNo edit summary |
||
Line 8: | Line 8: | ||
|eff= global|Multiplayer Effects= | |eff= global|Multiplayer Effects= | ||
|gr1 = Tasks |GROUP1= | |||
| Flags task to be or not to be always visible. {{Informative| See [[Arma 3 Task Framework]] for more information.}}|Description= | | Flags task to be or not to be always visible. {{Informative| See [[Arma 3 Task Framework]] for more information.}}|Description= |
Revision as of 10:41, 10 October 2020
Description
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