C# Class FFACETools.FFACE.PlayerTools

Wrapper class for all player information from FFACE
Afficher le fichier Open project: golfandsurf/Campah

Private Properties

Свойство Type Description
GetPlayerInformation PLAYERINFO

Méthodes publiques

Méthode 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

Méthode Description
GetPlayerInformation ( ) : PLAYERINFO

Gets the PLAYERINFO struct from FFACE

Method Details

GetAllCraftDetails() public méthode

Will get all craft details as a List<>
public GetAllCraftDetails ( ) : List
Résultat List

GetCombatSkillDetails() public méthode

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

GetCraftDetails() public méthode

Will get craft details about the passed craft
public GetCraftDetails ( Craft craft ) : CraftDetails
craft Craft Craft to get details about
Résultat CraftDetails

GetMagicSkillDetails() public méthode

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

IsSynthing() public méthode

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

PlayerTools() public méthode

Constructor
public PlayerTools ( int instanceID ) : System
instanceID int Instance ID created by FFACE
Résultat System