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