C# 클래스 Tibialyzer.Player

파일 보기 프로젝트 열기: Mytherin/Tibialyzer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
additionalInfo bool
gender Gender
guild string
house string
level int
marriage string
name string
premium bool
promoted bool
recentDeaths List
vocation Vocation
world string

공개 메소드들

메소드 설명
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

메소드 상세

BaseExperience() 공개 메소드

public BaseExperience ( ) : long
리턴 long

BaseSpeed() 공개 메소드

public BaseSpeed ( ) : int
리턴 int

Capacity() 공개 메소드

public Capacity ( ) : int
리턴 int

FindEntry() 공개 메소드

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

GatherInformationOnline() 공개 메소드

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

GetImage() 공개 메소드

public GetImage ( ) : Image
리턴 Image

GetVocation() 공개 메소드

public GetVocation ( ) : string
리턴 string

MaxLife() 공개 메소드

public MaxLife ( ) : int
리턴 int

MaxMana() 공개 메소드

public MaxMana ( ) : int
리턴 int

RemoveJunk() 공개 정적인 메소드

public static RemoveJunk ( string junk ) : string
junk string
리턴 string

SetVocation() 공개 메소드

public SetVocation ( string vocation ) : void
vocation string
리턴 void

SharedLevelMax() 공개 메소드

public SharedLevelMax ( ) : int
리턴 int

SharedLevelMin() 공개 메소드

public SharedLevelMin ( ) : int
리턴 int

프로퍼티 상세

additionalInfo 공개적으로 프로퍼티

public bool additionalInfo
리턴 bool

gender 공개적으로 프로퍼티

public Gender gender
리턴 Gender

guild 공개적으로 프로퍼티

public string guild
리턴 string

house 공개적으로 프로퍼티

public string house
리턴 string

level 공개적으로 프로퍼티

public int level
리턴 int

marriage 공개적으로 프로퍼티

public string marriage
리턴 string

name 공개적으로 프로퍼티

public string name
리턴 string

premium 공개적으로 프로퍼티

public bool premium
리턴 bool

promoted 공개적으로 프로퍼티

public bool promoted
리턴 bool

recentDeaths 공개적으로 프로퍼티

public List recentDeaths
리턴 List

vocation 공개적으로 프로퍼티

public Vocation vocation
리턴 Vocation

world 공개적으로 프로퍼티

public string world
리턴 string