Skip to main content

CanCatchFish

Usage​

  • Called before a fish is caught
  • Return true or false to override default behavior

Examples​

""
bool? CanCatchFish(BasePlayer player, BaseFishingRod fishingRod, Item fish)
{
Puts("Can we catch em fishes?");
return null;
}