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.
Returning a non-null value cancels default 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.
Returning a non-null value cancels default 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.
Returning a non-null value cancels default 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.
Returning a non-null value cancels default behavior.
This hook is compatible within Carbon and Oxide.
Patches ModLoader.UninitializePlugin of Carbon.Common.dll.