C# 클래스 FFACETools.FFACE.PlayerTools

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

Private Properties

프로퍼티 타입 설명
GetPlayerInformation PLAYERINFO

공개 메소드들

메소드 설명
GetAllCraftDetails ( ) : List

Will get all craft details as a List<>

GetCombatSkillDetails ( CombatSkill skill ) : SkillDetails

Will get combat skill details about the passed combat skill

GetCraftDetails ( Craft craft ) : CraftDetails

Will get craft details about the passed craft

GetMagicSkillDetails ( MagicSkill skill ) : SkillDetails

Will get magic skill details about the passed magic skill

IsSynthing ( ) : bool

Returns true if you are in the middle of a synth

PlayerTools ( int instanceID ) : System

Constructor

비공개 메소드들

메소드 설명
GetPlayerInformation ( ) : PLAYERINFO

Gets the PLAYERINFO struct from FFACE

메소드 상세

GetAllCraftDetails() 공개 메소드

Will get all craft details as a List<>
public GetAllCraftDetails ( ) : List
리턴 List

GetCombatSkillDetails() 공개 메소드

Will get combat skill details about the passed combat skill
public GetCombatSkillDetails ( CombatSkill skill ) : SkillDetails
skill CombatSkill Combat skill to get details about
리턴 SkillDetails

GetCraftDetails() 공개 메소드

Will get craft details about the passed craft
public GetCraftDetails ( Craft craft ) : CraftDetails
craft Craft Craft to get details about
리턴 CraftDetails

GetMagicSkillDetails() 공개 메소드

Will get magic skill details about the passed magic skill
public GetMagicSkillDetails ( MagicSkill skill ) : SkillDetails
skill MagicSkill Magic skill to get details about
리턴 SkillDetails

IsSynthing() 공개 메소드

Returns true if you are in the middle of a synth
public IsSynthing ( ) : bool
리턴 bool

PlayerTools() 공개 메소드

Constructor
public PlayerTools ( int instanceID ) : System
instanceID int Instance ID created by FFACE
리턴 System