C# Class Tibialyzer.Player

Show file Open project: Mytherin/Tibialyzer Class Usage Examples

Public Properties

Property 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

Public Methods

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

public BaseExperience ( ) : long
return long

BaseSpeed() public method

public BaseSpeed ( ) : int
return int

Capacity() public method

public Capacity ( ) : int
return int

FindEntry() public method

public FindEntry ( string html, Match m ) : string
html string
m System.Text.RegularExpressions.Match
return string

GatherInformationOnline() public method

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

GetImage() public method

public GetImage ( ) : Image
return Image

GetVocation() public method

public GetVocation ( ) : string
return string

MaxLife() public method

public MaxLife ( ) : int
return int

MaxMana() public method

public MaxMana ( ) : int
return int

RemoveJunk() public static method

public static RemoveJunk ( string junk ) : string
junk string
return string

SetVocation() public method

public SetVocation ( string vocation ) : void
vocation string
return void

SharedLevelMax() public method

public SharedLevelMax ( ) : int
return int

SharedLevelMin() public method

public SharedLevelMin ( ) : int
return int

Property Details

additionalInfo public property

public bool additionalInfo
return bool

gender public property

public Gender gender
return Gender

guild public property

public string guild
return string

house public property

public string house
return string

level public property

public int level
return int

marriage public property

public string marriage
return string

name public property

public string name
return string

premium public property

public bool premium
return bool

promoted public property

public bool promoted
return bool

recentDeaths public property

public List recentDeaths
return List

vocation public property

public Vocation vocation
return Vocation

world public property

public string world
return string