C# Class FFACETools.FFACE.FishTools

Wrapper class for Fishing information from FFACE
Afficher le fichier Open project: golfandsurf/Campah

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
FightFish ( ) : bool

Return value of FightFish success.

FishTools ( int instanceID ) : System

Constructor

SetFishTimeOut ( short value ) : bool

Set the timeout value in seconds for the fish on the line (second before you lose your catch).

SetHP ( int value ) : bool

Set the current HP of the fish on the line.

Method Details

FightFish() public méthode

Return value of FightFish success.
public FightFish ( ) : bool
Résultat bool

FishTools() public méthode

Constructor
public FishTools ( int instanceID ) : System
instanceID int
Résultat System

SetFishTimeOut() public méthode

Set the timeout value in seconds for the fish on the line (second before you lose your catch).
public SetFishTimeOut ( short value ) : bool
value short Value in seconds to set the timeout to.
Résultat bool

SetHP() public méthode

Set the current HP of the fish on the line.
public SetHP ( int value ) : bool
value int Value to set the Fish's HP.
Résultat bool