C# Класс FFACETools.FFACE.FishTools

Wrapper class for Fishing information from FFACE
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
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.

Описание методов

FightFish() публичный Метод

Return value of FightFish success.
public FightFish ( ) : bool
Результат bool

FishTools() публичный Метод

Constructor
public FishTools ( int instanceID ) : System
instanceID int
Результат System

SetFishTimeOut() публичный Метод

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.
Результат bool

SetHP() публичный Метод

Set the current HP of the fish on the line.
public SetHP ( int value ) : bool
value int Value to set the Fish's HP.
Результат bool