C# 클래스 FFACETools.FFACE.FishTools

Wrapper class for Fishing information from FFACE
파일 보기 프로젝트 열기: golfandsurf/Campah

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