Méthode | Description | |
---|---|---|
RequestCityToken ( |
Requests a token from the LoginServer, that can be used to log into a CityServer.
|
|
SendCharacterCreate ( |
Sends a CharacterCreate packet to the LoginServer.
|
|
SendCharacterCreateCity ( |
Sends a CharacterCreate packet to a CityServer.
|
|
SendCharacterInfoRequest ( string TimeStamp ) : void | ||
SendCharacterRetirement ( |
Sends a CharacterRetirement packet to the LoginServer, retiring a specific character.
|
|
SendCityToken ( |
Sends a token to a CityServer, as received by a LoginServer.
|
|
SendLetter ( |
||
SendLoginRequest ( GonzoNet.LoginArgsContainer Args ) : void | ||
SendLoginRequestCity ( GonzoNet.LoginArgsContainer Args ) : void | ||
SendLotCostRequest ( |
Sends a request for the cost of a lot.
|
|
SendLotPurchaseRequest ( |
Sends a request to purchase a lot.
|
public static RequestCityToken ( |
||
Client | A NetworkClient instance. | |
SelectedCharacter | ||
Résultat | void |
public static SendCharacterCreate ( |
||
Character | The character to create. | |
TimeStamp | string | The timestamp of when this character was created. |
Résultat | void |
public static SendCharacterCreateCity ( |
||
Client | ||
Character | The character to create on the CityServer. | |
Résultat | void |
public static SendCharacterInfoRequest ( string TimeStamp ) : void | ||
TimeStamp | string | |
Résultat | void |
public static SendCharacterRetirement ( |
||
Character | The character to retire. | |
Résultat | void |
public static SendCityToken ( |
||
Client | A NetworkClient instance. | |
Résultat | void |
public static SendLetter ( |
||
Client | ||
Msg | string | |
Subject | string | |
GUID | string | |
Résultat | void |
public static SendLoginRequest ( GonzoNet.LoginArgsContainer Args ) : void | ||
Args | GonzoNet.LoginArgsContainer | |
Résultat | void |
public static SendLoginRequestCity ( GonzoNet.LoginArgsContainer Args ) : void | ||
Args | GonzoNet.LoginArgsContainer | |
Résultat | void |
public static SendLotCostRequest ( |
||
Client | NetworkClient instance connected to city server. | |
X | short | X-coordinate of lot. |
Y | short | Y-coordinate of lot. |
Résultat | void |
public static SendLotPurchaseRequest ( |
||
Client | NetworkClient instance connected to city server. | |
X | short | X-coordinate of lot. |
Y | short | Y-coordinate of lot. |
Résultat | void |