LM_TextControl:SetConstantMessages(b)
Version added: before 9.5
Tells the control to send messages whenever the text changes
Arguments:
| Name | Type | Description | Default | Ver |
| b | bool | true to send a message for every change, false to send messages only when the user leaves the text control's focus | < 9.5 |
Return value:
void
Normally, a text control will send a message when the user presses tab to move to the next text field. This function tells the control to send messages whenever the text changes at all, even if the user is still typing away.
Search results
Usage of 'SetConstantMessages' is found in the following scripts:
MP Curvature Tool (Original Edition) by Marisol Petretto
View Code