Static (10)
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
Called whenever a Carbon server command is called.
No return behavior.
This hook is Carbon-only compatible.
Patches ConsoleSystem.Run.
Hook flags: and
This hook is marked as AlwaysPatched, which means it is loaded in Carbon at all times.
Called when an RCON command is run.
No return behavior.
This hook is Carbon-only compatible.
Patches RCon.OnCommand.
Hook flags: and
This hook is marked as AlwaysPatched, which means it is loaded in Carbon at all times.
Called after the server startup has been completed and is awaiting connections.
Also called for plugins that are hotloaded while the server is already started running.
No return behavior.
This hook is Carbon-only compatible.
Patches ServerMgr.OpenConnection.
This hook is marked as AlwaysPatched, which means it is loaded in Carbon at all times.
Hook flags: and