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.
OnCompilationFail
Gets called when a plugin fails compiling.
No return behavior.
This hook is Carbon-only compatible.
Patches ScriptLoader.Compile of Carbon.dll.
OnConstructorFail
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.
OnPluginLoaded
Gets called when a plugin is loaded.
No return behavior.
This hook is Carbon-only compatible.
OnPluginUnloaded
Gets called when a plugin is unloaded.
No return behavior.
This hook is Carbon-only compatible.
Patches ModLoader.UninitializePlugin of Carbon.Common.dll.
Last updated