C# 클래스 Tibialyzer.House

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

공개 프로퍼티들

프로퍼티 타입 설명
beds int
bid int
city string
guildhall bool
hoursleft int
id int
name string
occupied bool
pos Coordinate
sqm int
world string

공개 메소드들

메소드 설명
GatherInformationOnline ( string world, string city, bool guildhall ) : bool
GetAttributeHeaders ( ) : List
GetAttributes ( ) : List
GetCommand ( ) : string
GetImage ( ) : Image
GetName ( ) : string
House ( ) : System

메소드 상세

GatherInformationOnline() 공개 정적인 메소드

public static GatherInformationOnline ( string world, string city, bool guildhall ) : bool
world string
city string
guildhall bool
리턴 bool

GetAttributeHeaders() 공개 메소드

public GetAttributeHeaders ( ) : List
리턴 List

GetAttributes() 공개 메소드

public GetAttributes ( ) : List
리턴 List

GetCommand() 공개 메소드

public GetCommand ( ) : string
리턴 string

GetImage() 공개 메소드

public GetImage ( ) : Image
리턴 Image

GetName() 공개 메소드

public GetName ( ) : string
리턴 string

House() 공개 메소드

public House ( ) : System
리턴 System

프로퍼티 상세

beds 공개적으로 프로퍼티

public int beds
리턴 int

bid 공개적으로 프로퍼티

public int bid
리턴 int

city 공개적으로 프로퍼티

public string city
리턴 string

guildhall 공개적으로 프로퍼티

public bool guildhall
리턴 bool

hoursleft 공개적으로 프로퍼티

public int hoursleft
리턴 int

id 공개적으로 프로퍼티

public int id
리턴 int

name 공개적으로 프로퍼티

public string name
리턴 string

occupied 공개적으로 프로퍼티

public bool occupied
리턴 bool

pos 공개적으로 프로퍼티

public Coordinate pos
리턴 Coordinate

sqm 공개적으로 프로퍼티

public int sqm
리턴 int

world 공개적으로 프로퍼티

public string world
리턴 string