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.
Called when a plugin is being initialized.
Other plugins may or may not be present, dependant on load order.
No return behavior.
This hook is compatible within Carbon and Oxide.
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.
Called when the localization for a plugin should be registered.
No return behavior.
This hook is compatible within Carbon and Oxide.
Patches ModLoader.InitializePlugin.
Gets called when the plugin executes the Load method on the plugin.
Called when a plugin has finished loading.
Other plugins may or may not be present, dependant on load order.
No return behavior.
This hook is compatible within Carbon and Oxide.
Patches ModLoader.InitializePlugin.
Gets called when the plugin executes the Load method on the plugin.
No return behavior.
This hook is compatible within Carbon and Oxide.
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.
Called when a plugin is being unloaded.
No return behavior.
This hook is compatible within Carbon and Oxide.
Patches ModLoader.InitializePlugin.