UI:EnableTypingMode
UI:EnableTypingMode(enable: bool)
Parameters
Name | Type | Description |
---|---|---|
enable | bool |
Example
Hooks:Install('UI:EnableTypingMode', 1, function(hook, enable)
-- Do stuff here.
end)
Last modified April 27, 2020: Regenerate all API documentation (0b49d6be)