ctrlTextSecondary: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "{{DoLater" to "{{TODO")
m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Armed[ _]Assault(\|.*)]]" to "{{GameCategory|arma1|Scripting Commands}}")
Line 37: Line 37:
[[Category:Scripting Commands OFP 1.99|CTRLTEXT]]
[[Category:Scripting Commands OFP 1.99|CTRLTEXT]]
[[Category:Scripting Commands OFP 1.96|CTRLTEXT]]
[[Category:Scripting Commands OFP 1.96|CTRLTEXT]]
[[Category:Scripting Commands Armed Assault|CTRLTEXT]]
{{GameCategory|arma1|Scripting Commands}}
[[Category:Scripting Commands Arma 2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Take On Helicopters|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Take On Helicopters|{{uc:{{PAGENAME}}}}]]

Revision as of 03:26, 7 January 2021

Hover & click on the images for description

Description

Description:
Returns the secondary text of a text control. Template:TODO
Groups:
GUI Control

Syntax

Syntax:
ctrlTextSecondary control
Parameters:
control: Control - Text control
Return Value:
String - Secondary text of given control

Examples

Example 1:
_secondaryText = ctrlTextSecondary _ctrlText;

Additional Information

See also:
ctrlSetTextSecondary ctrlSetText ctrlText ctrlSetTextColorSecondary

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

Notes

Bottom Section