ctrlText: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
Killzone Kid (talk | contribs) (misleading note implying that as of latest version command doesnt work for HTML control. It was always the case. Added this to the description. see also) |
||
Line 9: | Line 9: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| 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. | | 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 "" | ||
Read [[Dialog Control]] for more information about user dialogs and controls. |= Description | Read [[Dialog Control]] for more information about user dialogs and controls. |= Description | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | '''ctrlText''' idc |= Syntax | ||
|p1= idc: [[Number]] - control ID |= Parameter 1 | |p1= idc: [[Number]] - control ID |= Parameter 1 | ||
Line 21: | Line 21: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|s2= | |s2= '''ctrlText''' controlName |= Alternative Syntax | ||
|p21= controlName: [[Control]] |= Parameter 1 | |p21= controlName: [[Control]] |= Parameter 1 | ||
Line 28: | Line 28: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= < | |x1= <code>_text = [[ctrlText]] 100</code> |= Example 1 | ||
|x2= < | |x2= <code>_text = [[ctrlText]] _control</code> |= Example 2 | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[ctrlSetText]] |= See also | | [[ctrlTextSecondary]], [[ctrlSetText]] |= See also | ||
}} | }} | ||
Line 54: | Line 54: | ||
[[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 08:58, 25 October 2018
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 "" Read Dialog Control for more information about user dialogs and controls.
- 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
Examples
Additional Information
- See also:
- ctrlTextSecondaryctrlSetText
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
Categories:
- Scripting Commands
- Introduced with Operation Flashpoint version 1.5
- Operation Flashpoint: New Scripting Commands
- Operation Flashpoint: Scripting Commands
- Command Group: Uncategorised
- Scripting Commands OFP 1.99
- Scripting Commands OFP 1.96
- Scripting Commands ArmA
- Command Group: GUI Control
- Scripting Commands ArmA2
- Scripting Commands Arma 3
- Scripting Commands Take On Helicopters