Property | Type | Description | |
---|---|---|---|
GetPlayerInformation | PLAYERINFO |
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
|
Method | Description | |
---|---|---|
GetPlayerInformation ( ) : PLAYERINFO |
Gets the PLAYERINFO struct from FFACE
|
public GetCombatSkillDetails ( CombatSkill skill ) : SkillDetails | ||
skill | CombatSkill | Combat skill to get details about |
return | SkillDetails |
public GetCraftDetails ( Craft craft ) : CraftDetails | ||
craft | Craft | Craft to get details about |
return | CraftDetails |
public GetMagicSkillDetails ( MagicSkill skill ) : SkillDetails | ||
skill | MagicSkill | Magic skill to get details about |
return | SkillDetails |
public PlayerTools ( int instanceID ) : System | ||
instanceID | int | Instance ID created by FFACE |
return | System |