DTextEntry.SetEditable
From GMod Wiki
Function | |
Syntax |
DTextEntry.SetEditable( Boolean editable ) Where is this used? |
Description: | |
Sets whether a text entry box is editable or not. | |
Returns: | nil |
Part of Library: | DTextEntry |
Realm: | |
BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=DTextEntry.SetEditable]DTextEntry.SetEditable [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
Additional Notes
- Ensure that you do a DFrame:MakePopup() on the DFrame that contains it, otherwise, you will not be able to input regardless of the state of the DTextEntry.