ctrlSetTextColorSecondary: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "{{DoLater" to "{{TODO")
m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>")
(21 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command|Comments=
{{RV|type=command
____________________________________________________________________________________________


| ofp |Game name=
|game1= ofp
|version1=


|1.?|Game version=
|game2= ofpe
|version2= 1.00


|gr1= GUI Control |GROUP1=
|game3= arma1
____________________________________________________________________________________________
|version3= 1.00


| Sets the secondary text color of a text control.  {{TODO|Check when it was introduced and change categories accordingly}}|DESCRIPTION=
|game4= arma2
____________________________________________________________________________________________
|version4= 1.00


| control '''ctrlSetTextColorSecondary''' color |SYNTAX=
|game5= arma2oa
|version5= 1.50


|p1= control: [[Control]] - Text control |PARAMETER1=
|game6= tkoh
|version6= 1.00


|p2= color: [[Array]] - Color in format RGBA |PARAMETER2=
|game7= arma3
|version7= 0.50


| [[Nothing]] |RETURNVALUE=
|gr1= GUI Control
____________________________________________________________________________________________
 
|x1= <code>_ctrlText [[ctrlSetTextColorSecondary]] [1, 0.5, 0.1, 0.5];</code> |EXAMPLE1=
____________________________________________________________________________________________


| [[ctrlTextSecondary]] [[ctrlSetText]] [[ctrlText]] [[ctrlSetTextSecondary]] |SEEALSO=
|descr= Sets the secondary text color of a text control.
}}
 
|s1= control [[ctrlSetTextColorSecondary]] color
 
|p1= control: [[Control]] - Text control


<h3 style="display:none">Notes</h3>
|p2= color: [[Array]] - Color in format RGBA
<dl class="command_description">
<!-- Note Section BEGIN -->


<!-- Note Section END -->
|r1= [[Nothing]]
</dl>


<h3 style="display:none">Bottom Section</h3>
|x1= <sqf>_ctrlText ctrlSetTextColorSecondary [1, 0.5, 0.1, 0.5];</sqf>


[[Category:Scripting Commands|CTRLTEXT]]
|seealso= [[ctrlTextSecondary]] [[ctrlSetText]] [[ctrlText]] [[ctrlSetTextSecondary]]
[[Category:Scripting Commands OFP 1.99|CTRLTEXT]]
}}
[[Category:Scripting Commands OFP 1.96|CTRLTEXT]]
[[Category:Scripting Commands Armed Assault|CTRLTEXT]]
[[Category:Scripting Commands Arma 2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Take On Helicopters|{{uc:{{PAGENAME}}}}]]

Revision as of 11:22, 13 May 2022

Hover & click on the images for description

Description

Description:
Sets the secondary text color of a text control.
Groups:
GUI Control

Syntax

Syntax:
control ctrlSetTextColorSecondary color
Parameters:
control: Control - Text control
color: Array - Color in format RGBA
Return Value:
Nothing

Examples

Example 1:
_ctrlText ctrlSetTextColorSecondary [1, 0.5, 0.1, 0.5];

Additional Information

See also:
ctrlTextSecondary ctrlSetText ctrlText ctrlSetTextSecondary

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