Plugin (6)
All currently available hooks that are found in Carbon. Most hooks would be ones compatible with Oxide, although there are Carbon-only ones as well.
Last updated
All currently available hooks that are found in Carbon. Most hooks would be ones compatible with Oxide, although there are Carbon-only ones as well.
Last updated
Gets called right after config and lang phrases are read.
No return behavior.
This hook is Carbon-only compatible.
Patches ModLoader.InitializePlugin.
Gets called when originally there aren't message found in the `carbon/lang` folder.
Gets called when it initially creates the `carbon/lang` files for the plugin.
No return behavior.
This hook is Carbon-only compatible.
Patches ModLoader.InitializePlugin.
Gets called when the plugin executes the Load method on the plugin.
No return behavior.
This hook is Carbon-only compatible.
Patches ModLoader.InitializePlugin.
Gets called when the plugin executes the Load method on the plugin.
No return behavior.
This hook is Carbon-only compatible.
Patches ModLoader.InitializePlugin.
Gets called whenever a plugin from the Admin module -> Plugins tab is marked as 'auto-updateable' and is outdated.
No return behavior.
This hook is Carbon-only compatible.
Gets called when the plugin has fully shut down and disposed.
No return behavior.
This hook is Carbon-only compatible.
Patches ModLoader.InitializePlugin.