ctrlText: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "|= Game version" to "|Game version=")
m (Text replacement - "|= Alternative Syntax " to "|Alternative Syntax= ")
Line 18: Line 18:
____________________________________________________________________________________________
____________________________________________________________________________________________


|s2= '''ctrlText''' controlName |= Alternative Syntax
|s2= '''ctrlText''' controlName |Alternative Syntax=


|p21= controlName: [[Control]] |PARAMETER1=
|p21= controlName: [[Control]] |PARAMETER1=

Revision as of 13:35, 3 September 2019

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 "".
Groups:
Uncategorised

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 - (as above).

Examples

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

Additional Information

See also:
ctrlTextSecondaryctrlSetTextDialog Control

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