C# Class Tibialyzer.Player

Afficher le fichier Open project: Mytherin/Tibialyzer Class Usage Examples

Méthodes publiques

Свойство Type Description
additionalInfo bool
gender Gender
guild string
house string
level int
marriage string
name string
premium bool
promoted bool
recentDeaths List
vocation Vocation
world string

Méthodes publiques

Méthode Description
BaseExperience ( ) : long
BaseSpeed ( ) : int
Capacity ( ) : int
FindEntry ( string html, Match m ) : string
GatherInformationOnline ( bool all = false ) : bool

Gets additional information about a player from the tibia.com characters page

GetImage ( ) : Image
GetVocation ( ) : string
MaxLife ( ) : int
MaxMana ( ) : int
RemoveJunk ( string junk ) : string
SetVocation ( string vocation ) : void
SharedLevelMax ( ) : int
SharedLevelMin ( ) : int

Method Details

BaseExperience() public méthode

public BaseExperience ( ) : long
Résultat long

BaseSpeed() public méthode

public BaseSpeed ( ) : int
Résultat int

Capacity() public méthode

public Capacity ( ) : int
Résultat int

FindEntry() public méthode

public FindEntry ( string html, Match m ) : string
html string
m System.Text.RegularExpressions.Match
Résultat string

GatherInformationOnline() public méthode

Gets additional information about a player from the tibia.com characters page
public GatherInformationOnline ( bool all = false ) : bool
all bool
Résultat bool

GetImage() public méthode

public GetImage ( ) : Image
Résultat Image

GetVocation() public méthode

public GetVocation ( ) : string
Résultat string

MaxLife() public méthode

public MaxLife ( ) : int
Résultat int

MaxMana() public méthode

public MaxMana ( ) : int
Résultat int

RemoveJunk() public static méthode

public static RemoveJunk ( string junk ) : string
junk string
Résultat string

SetVocation() public méthode

public SetVocation ( string vocation ) : void
vocation string
Résultat void

SharedLevelMax() public méthode

public SharedLevelMax ( ) : int
Résultat int

SharedLevelMin() public méthode

public SharedLevelMin ( ) : int
Résultat int

Property Details

additionalInfo public_oe property

public bool additionalInfo
Résultat bool

gender public_oe property

public Gender gender
Résultat Gender

guild public_oe property

public string guild
Résultat string

house public_oe property

public string house
Résultat string

level public_oe property

public int level
Résultat int

marriage public_oe property

public string marriage
Résultat string

name public_oe property

public string name
Résultat string

premium public_oe property

public bool premium
Résultat bool

promoted public_oe property

public bool promoted
Résultat bool

recentDeaths public_oe property

public List recentDeaths
Résultat List

vocation public_oe property

public Vocation vocation
Résultat Vocation

world public_oe property

public string world
Résultat string