C# Class FFACETools.FFACE.FishTools

Wrapper class for Fishing information from FFACE
Mostra file Open project: golfandsurf/Campah

Private Properties

Property Type Description

Public Methods

Method 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 method

Return value of FightFish success.
public FightFish ( ) : bool
return bool

FishTools() public method

Constructor
public FishTools ( int instanceID ) : System
instanceID int
return System

SetFishTimeOut() public method

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.
return bool

SetHP() public method

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