ctrlSetTextColor: Difference between revisions
Jump to navigation
Jump to search
m (Text replace - "{{uc:{{PAGENAME}}}}" to "{{uc:{{PAGENAME}}}} {{uc:{{PAGENAME}}}}") |
Killzone Kid (talk | contribs) (can be used on progress bar) |
||
Line 7: | Line 7: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| Sets text color of given control. Color is in format [[Color]]. |= Description | | Sets text color of given control. Color is in format [[Color]]. As of Arma 3 v1.40 this command could also be used to change fill colour or the progress bar control.|= Description | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Line 19: | Line 19: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= < | |x1= <code>_control [[ctrlSetTextColor]] [1, 0, 0, 1]</code> |= Example 1 | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| |= See also | |[[ctrlSetText]] |= See also | ||
}} | }} |
Revision as of 10:24, 1 February 2015
Description
- Description:
- Sets text color of given control. Color is in format Color. As of Arma 3 v1.40 this command could also be used to change fill colour or the progress bar control.
- Groups:
- Uncategorised
Syntax
- Syntax:
- display ctrlSetTextColor color
- Parameters:
- display: Control
- color: Array
- Return Value:
- Nothing
Examples
- Example 1:
_control ctrlSetTextColor [1, 0, 0, 1]
Additional Information
- See also:
- ctrlSetText
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