SiliconGhetto Engine API
    Preparing search index...

    Function createBoatsAPI

    • Returns { isRiding(): boolean; dismount(): void }

      • isRiding: function
        • Check whether the player is currently riding a boat.

          Returns boolean

          True if the player is in a boat

      • dismount: function
        • Dismount the player from the current boat.

          Returns void