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 |
Method | Description | |
---|---|---|
GatherInformationOnline ( string world, string city, bool guildhall ) : bool | ||
GetAttributeHeaders ( ) : List |
||
GetAttributes ( ) : List |
||
GetCommand ( ) : string | ||
GetImage ( ) : Image | ||
GetName ( ) : string | ||
House ( ) : System |
public static GatherInformationOnline ( string world, string city, bool guildhall ) : bool | ||
world | string | |
city | string | |
guildhall | bool | |
return | bool |