taskHint: Difference between revisions
Jump to navigation
Jump to search
(populated) |
mNo edit summary |
||
Line 44: | Line 44: | ||
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Command_Group:_Briefing|{{uc:{{PAGENAME}}}}]] |
Revision as of 10:01, 29 July 2010
Description
- Description:
- Shows info about new, changed or failed task. The text can contain several lines. \n is used to indicate the end of a line.
- Groups:
- Uncategorised
Syntax
- Syntax:
- taskHint [hintText, [r, g, b, a], icon]
- Parameters:
- [hintText, [r, g, b, a], icon]: Array
- hintText: String
- [r, g, b, a]: Array - format Color
- icon: String - possible values: taskNew, taskDone, taskFailed, taskCurrent
- Return Value:
- Nothing
Examples
- Example 1:
taskhint ["Task failed!\nBad job!", [1, 0, 0, 1], "taskFailed"]
Additional Information
- See also:
- See also needed
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