Méthode | Description | |
---|---|---|
CreatePlayer ( string playerName, string password, string email ) : void | ||
GetPlayer ( string playerName, string password ) : void | ||
RetrievePassword ( string playerName ) : void | ||
UpdatePlayer ( string playerName, float money, float xp, int kills, int current_level, string weapon ) : void |
Méthode | Description | |
---|---|---|
ParseScoreoidJSON ( string theJSONString, string url ) : void | ||
ProcessScoreoidError ( WWW www ) : void | ||
SendScoreoidForm ( string request, WWWForm form ) : void | ||
StartScoreoidForm ( ) : WWWForm | ||
Utilities ( ) : UtilitiesScript, | ||
WaitForRequest ( WWW www ) : IEnumerator |
public CreatePlayer ( string playerName, string password, string email ) : void | ||
playerName | string | |
password | string | |
string | ||
Résultat | void |
public GetPlayer ( string playerName, string password ) : void | ||
playerName | string | |
password | string | |
Résultat | void |
public RetrievePassword ( string playerName ) : void | ||
playerName | string | |
Résultat | void |
public UpdatePlayer ( string playerName, float money, float xp, int kills, int current_level, string weapon ) : void | ||
playerName | string | |
money | float | |
xp | float | |
kills | int | |
current_level | int | |
weapon | string | |
Résultat | void |