SiliconGhetto Engine API
    Preparing search index...

    Function createFishingAPI

    • Returns { isCast(): boolean; isBiting(): boolean }

      • isCast: function
        • Check whether the fishing rod is currently cast into water.

          Returns boolean

          True if the line is out

      • isBiting: function
        • Check whether a fish is currently biting the hook.

          Returns boolean

          True if a fish is biting (reel in now to catch it)