Traps (7)
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 when the player arms a bear trap.
Returning a non-null value cancels default behavior.
This hook is compatible within Carbon and Oxide.
Patches BearTrap.RPC_Arm of Assembly-CSharp.dll.
Called when the player disarms a land mine.
Returning a non-null value cancels default behavior.
This hook is compatible within Carbon and Oxide.
Patches Landmine.RPC_Disarm of Assembly-CSharp.dll.
Called when a trap is triggered by a game object.
Returning a non-null value cancels default behavior.
This hook is compatible within Carbon and Oxide.
Patches BaseTrapTrigger.OnObjectAdded of Assembly-CSharp.dll.
Called when a trap is triggered by a game object.
Returning a non-null value cancels default behavior.
This hook is compatible within Carbon and Oxide.
Patches Landmine.ObjectEntered of Assembly-CSharp.dll.
Called when a trap is triggered by a game object.
Returning a non-null value cancels default behavior.
This hook is compatible within Carbon and Oxide.
Patches BearTrap.ObjectEntered of Assembly-CSharp.dll.
Returning a non-null value cancels default behavior.
This hook is compatible within Carbon and Oxide.
Patches WildlifeTrap.TrapWildlife of Assembly-CSharp.dll.
Returning a non-null value cancels default behavior.
This hook is compatible within Carbon and Oxide.
Patches SurvivalFishTrap.TrapThink of Assembly-CSharp.dll.