Hooks CommandAdded - brianhang/nutscript2 GitHub Wiki
Description
CommandAdded(name, info)
This shared hook is called after a command has been set up.
Parameters
| Name | Description |
|---|---|
name |
The string identifier of the command. |
info |
The CommandInfoStruct for the command. |