Engine (4)
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 when a plugin fails compiling.
No return behavior.
This hook is Carbon-only compatible.
Patches ScriptLoader.Compile of Carbon.dll.
Gets called when a plugin's constructor throws an exception.
Fatal error which forcefully unloads the plugin right after.
No return behavior.
This hook is Carbon-only compatible.
Patches ModLoader.InitializePlugin of Carbon.Common.dll.
Gets called when a plugin is loaded.
Called when any plugin has been loaded.
Not to be confused with Loaded.
No return behavior.
This hook is compatible within Carbon and Oxide.
Gets called when a plugin is unloaded.
Called when any plugin has been unloaded.
Not to be confused with Unload.
No return behavior.
This hook is compatible within Carbon and Oxide.
Patches ModLoader.UninitializePlugin of Carbon.Common.dll.