ctrlText: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "Category:Scripting Commands ArmA2" to "Category:Scripting Commands Arma 2")
m (Text replacement - "(\|[pr][0-9]+ *= *[^- ]*) *- *T([a-z ])" to "$1 - t$2")
 
(36 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Command|Comments=
{{RV|type=command
____________________________________________________________________________________________


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


|1.5|Game version=
|game2= ofpe
|version2= 1.00


____________________________________________________________________________________________
|game3= arma1
|version3= 1.00


| Returns the text of a control of the currently active user dialog. This command can be used on static texts, buttons, edit lines and active texts as well as for images, where it returns the image path. Does not work on HTML control and returns empty string "". |DESCRIPTION=
|game4= arma2
____________________________________________________________________________________________
|version4= 1.00


| '''ctrlText''' idc |SYNTAX=
|game5= arma2oa
|version5= 1.50


|p1= idc: [[Number]] - control ID |PARAMETER1=
|game6= tkoh
|version6= 1.00


| [[String]] - The text or image path is returned, dependent on the control type. |RETURNVALUE=
|game7= arma3
____________________________________________________________________________________________
|version7= 0.50


|s2= '''ctrlText''' controlName |Alternative Syntax=
|gr1= GUI Control


|p21= controlName: [[Control]] |PARAMETER21=
|descr= Returns the text of a control of the currently active user dialog. This command can be used on static texts, buttons, edit lines and active texts as well as for images, where it returns the image path. Does not work on HTML control and returns empty string "". Since Arma 3 v2.05.147765 supported control types are:
* [[CT_STATIC]]
* [[CT_EDIT]]
* [[CT_XKEYDESC]]
* [[CT_XBUTTON]]
* [[CT_SHORTCUTBUTTON]]
* [[CT_STRUCTURED_TEXT]]
* [[CT_BUTTON]]
* [[CT_ACTIVETEXT]]


|r2= [[String]] - (as above). |RETURNVALUE=
|s1= [[ctrlText]] idc
____________________________________________________________________________________________
 
|x1= <code>_text = [[ctrlText]] 100</code> |EXAMPLE1=


|x2= <code>_text = [[ctrlText]] _control</code> |EXAMPLE2=
|p1= idc: [[Number]] - control ID
____________________________________________________________________________________________


| [[ctrlTextSecondary]], [[ctrlSetText]], [[Dialog Control]] |SEEALSO=
|r1= [[String]] - the text or image path is returned, dependent on the control type


}}
|s2= [[ctrlText]]  controlName
 
|p21= controlName: [[Control]]


<h3 style="display:none">Notes</h3>
|r2= [[String]] - the text or image path is returned, dependent on the control type
<dl class="command_description">
<!-- Note Section BEGIN -->


<!-- Note Section END -->
|x1= <sqf>_text = ctrlText 100;</sqf>
</dl>


<h3 style="display:none">Bottom Section</h3>
|x2= <sqf>_text = ctrlText _control;</sqf>


[[Category:Scripting Commands|CTRLTEXT]]
|seealso= [[ctrlTextSecondary]] [[ctrlSetText]] [[Arma: GUI Configuration]]
[[Category:Scripting Commands OFP 1.99|CTRLTEXT]]
}}
[[Category:Scripting Commands OFP 1.96|CTRLTEXT]]
[[Category:Scripting Commands ArmA|CTRLTEXT]]
[[Category:Command_Group:_GUI_Control|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]]

Latest revision as of 16:50, 8 November 2023

Hover & click on the images for description

Description

Description:
Returns the text of a control of the currently active user dialog. This command can be used on static texts, buttons, edit lines and active texts as well as for images, where it returns the image path. Does not work on HTML control and returns empty string "". Since Arma 3 v2.05.147765 supported control types are:
Groups:
GUI Control

Syntax

Syntax:
ctrlText idc
Parameters:
idc: Number - control ID
Return Value:
String - the text or image path is returned, dependent on the control type

Alternative Syntax

Syntax:
ctrlText controlName
Parameters:
controlName: Control
Return Value:
String - the text or image path is returned, dependent on the control type

Examples

Example 1:
_text = ctrlText 100;
Example 2:
_text = ctrlText _control;

Additional Information

See also:
ctrlTextSecondary ctrlSetText Arma: GUI Configuration

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