ctrlText
From Bohemia Interactive Community
| Editors, please check Policy: Scripting Command Page Syntax. |
Click on the images for descriptions
Introduced in
- Game:
- Operation Flashpoint
- Version:
- 1.5
Description
- Description:
- Return 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. Read Dialog Control for more information about user dialogs and controls.
Syntax
- Syntax:
- String = ctrlText idc
- Parameters:
- idc: Integer - control ID
- Return Value:
- String - The text or image path is returned, dependant on the control type.
Examples
- Example 1:
_text=ctrlText 100
Additional Information
- Multiplayer:
- Behaviour unknown.
- See also:
- ctrlSetText

