DTextEntry:OnValueChange
Description
Called when the text changes of the DTextEntry are applied. (And set to the attached console variable, if one is given)
See also DTextEntry:OnChange for a function that is called on every text change, even if the console variable is not updated.
You should override this function to define custom behavior when the text changes.
This method is called:
- When Enter is pressed after typing
- When DTextEntry:SetValue is used
- For every key typed - only if DTextEntry:SetUpdateOnType was set to true (default is false)
Arguments
Page views: 19,866
Updated: A Long Time Ago
Updated: A Long Time Ago