C# Class Tibialyzer.House

Inheritance: Tibialyzer.TibiaObject
Show file Open project: Mytherin/Tibialyzer Class Usage Examples

Public Properties

Property Type Description
beds int
bid int
city string
guildhall bool
hoursleft int
id int
name string
occupied bool
pos Coordinate
sqm int
world string

Public Methods

Method Description
GatherInformationOnline ( string world, string city, bool guildhall ) : bool
GetAttributeHeaders ( ) : List
GetAttributes ( ) : List
GetCommand ( ) : string
GetImage ( ) : Image
GetName ( ) : string
House ( ) : System

Method Details

GatherInformationOnline() public static method

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

GetAttributeHeaders() public method

public GetAttributeHeaders ( ) : List
return List

GetAttributes() public method

public GetAttributes ( ) : List
return List

GetCommand() public method

public GetCommand ( ) : string
return string

GetImage() public method

public GetImage ( ) : Image
return Image

GetName() public method

public GetName ( ) : string
return string

House() public method

public House ( ) : System
return System

Property Details

beds public property

public int beds
return int

bid public property

public int bid
return int

city public property

public string city
return string

guildhall public property

public bool guildhall
return bool

hoursleft public property

public int hoursleft
return int

id public property

public int id
return int

name public property

public string name
return string

occupied public property

public bool occupied
return bool

pos public property

public Coordinate pos
return Coordinate

sqm public property

public int sqm
return int

world public property

public string world
return string