Garry's Mod Wiki

DTextEntry:OnTextChanged

  DTextEntry:OnTextChanged( boolean noMenuRemoval )

Description

This is used internally - although you're able to use it you probably shouldn't.

Called internally when the text inside the DTextEntry changes. This is an implementation of TextEntry:OnTextChanged

You should not override this function. Use DTextEntry:OnValueChange instead.

Arguments

1 boolean noMenuRemoval
Determines whether to remove the autocomplete menu (false) or not (true).