C# Class HttpApi.PlayerApi

Inheritance: MonoBehaviour
Datei anzeigen Open project: gamemachine/gamemachine

Public Properties

Property Type Description
instance PlayerApi

Public Methods

Method Description
ChangePassword ( string username, string password, string newPassword, IPlayerApi caller ) : void
ChangePasswordRoutine ( string username, string password, string newPassword, IPlayerApi caller ) : IEnumerator
CreatePlayer ( string playerId, string password, IPlayerApi caller ) : void
CreatePlayerRoutine ( string playerId, string password, IPlayerApi caller ) : IEnumerator
GetPlayer ( IPlayerApi caller ) : void
GetPlayer ( string playerId, IPlayerApi caller ) : void
GetPlayerRoutine ( IPlayerApi caller ) : IEnumerator
GetPlayerRoutine ( string playerId, IPlayerApi caller ) : IEnumerator
PlayerCharacters ( IPlayerApi caller ) : void
PlayerCharactersRoutine ( IPlayerApi caller ) : IEnumerator

Private Methods

Method Description
Awake ( ) : void
Start ( ) : void

Method Details

ChangePassword() public method

public ChangePassword ( string username, string password, string newPassword, IPlayerApi caller ) : void
username string
password string
newPassword string
caller IPlayerApi
return void

ChangePasswordRoutine() public method

public ChangePasswordRoutine ( string username, string password, string newPassword, IPlayerApi caller ) : IEnumerator
username string
password string
newPassword string
caller IPlayerApi
return IEnumerator

CreatePlayer() public method

public CreatePlayer ( string playerId, string password, IPlayerApi caller ) : void
playerId string
password string
caller IPlayerApi
return void

CreatePlayerRoutine() public method

public CreatePlayerRoutine ( string playerId, string password, IPlayerApi caller ) : IEnumerator
playerId string
password string
caller IPlayerApi
return IEnumerator

GetPlayer() public method

public GetPlayer ( IPlayerApi caller ) : void
caller IPlayerApi
return void

GetPlayer() public method

public GetPlayer ( string playerId, IPlayerApi caller ) : void
playerId string
caller IPlayerApi
return void

GetPlayerRoutine() public method

public GetPlayerRoutine ( IPlayerApi caller ) : IEnumerator
caller IPlayerApi
return IEnumerator

GetPlayerRoutine() public method

public GetPlayerRoutine ( string playerId, IPlayerApi caller ) : IEnumerator
playerId string
caller IPlayerApi
return IEnumerator

PlayerCharacters() public method

public PlayerCharacters ( IPlayerApi caller ) : void
caller IPlayerApi
return void

PlayerCharactersRoutine() public method

public PlayerCharactersRoutine ( IPlayerApi caller ) : IEnumerator
caller IPlayerApi
return IEnumerator

Property Details

instance public_oe static_oe property

public static PlayerApi,HttpApi instance
return PlayerApi