C# Class FFACETools.FFACE.PlayerTools

Wrapper class for all player information from FFACE
Show file Open project: golfandsurf/Campah

Private Properties

Property Type Description
GetPlayerInformation PLAYERINFO

Public Methods

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

Private Methods

Method Description
GetPlayerInformation ( ) : PLAYERINFO

Gets the PLAYERINFO struct from FFACE

Method Details

GetAllCraftDetails() public method

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

GetCombatSkillDetails() public method

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

GetCraftDetails() public method

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

GetMagicSkillDetails() public method

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

IsSynthing() public method

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

PlayerTools() public method

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