Fishing (6)
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
Returning a non-null value cancels default behavior.
This hook is compatible within Carbon and Oxide.
Patches BaseFishingRod.Server_RequestCast of Assembly-CSharp.dll.
Called before a fish is caught.
Returning a non-null value cancels default behavior.
This hook is compatible within Carbon and Oxide.
Patches BaseFishingRod.CatchProcessBudgeted of Assembly-CSharp.dll.
Called after a fish is caught, before the item is given.
Returning a non-null value cancels default behavior.
This hook is compatible within Carbon and Oxide.
Patches BaseFishingRod.CatchProcessBudgeted of Assembly-CSharp.dll.
This hook requires CanCatchFish, which loads alongside OnFishCatch.
Called after a fish is caught.
Returning a non-null value cancels default behavior.
This hook is compatible within Carbon and Oxide.
Patches BaseFishingRod.CatchProcessBudgeted of Assembly-CSharp.dll.
This hook requires OnFishCatch, which loads alongside OnFishCaught.
Returning a non-null value cancels default behavior.
This hook is compatible within Carbon and Oxide.
Patches BaseFishingRod.Server_RequestCast of Assembly-CSharp.dll.
This hook requires CanCastFishingRod, which loads alongside OnFishingRodCast.
Called just after the fishing minigame has been stopped.
No return behaviour.
Returning a non-null value cancels default behavior.
This hook is compatible within Carbon and Oxide.
Patches BaseFishingRod.Server_Cancel of Assembly-CSharp.dll.