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