Property | Type | Description | |
---|---|---|---|
urlServer | string |
Method | Description | |
---|---|---|
AddMegatileRegionToParameters ( Region, region, string>.Dictionary |
Adds the megatile region to parameters.
|
|
DownloadPlayerData ( Player, player ) : IEnumerator |
Downloads the player data.
|
|
DownloadWorld ( ) : IEnumerator |
Downloads the world.
|
|
GetMegatileURL ( int idMegatile ) : string | ||
GetPlayerData ( AWebCoroutine, handler ) : IEnumerator | ||
GetResourceTileURL ( int id ) : string | ||
GetURLToResourceTile ( int id ) : string |
Gets the URL to resource tile.
|
|
GetWorldList ( ) : IEnumerator | ||
GetWorldList ( AWebCoroutine, handler ) : IEnumerator | ||
JoinWorld ( int worldId, string playerClass ) : void | ||
PostJoinWorld ( int worldId, string playerClass ) : IEnumerator | ||
RefreshWorldData ( AWebCoroutine, handler ) : IEnumerator | ||
urlDeletePlayer ( int worldId, int playerId ) : string | ||
urlGetPlayerInWorld ( int worldId, int playerId ) : string | ||
urlGetUserPlayerId ( int userId, int playerId ) : string | ||
urlGetUserPlayers ( ) : string | ||
urlGetUserPlayers ( int userId ) : string |
Gets the URL for the player.
|
public static AddMegatileRegionToParameters ( Region, region, string>.Dictionary |
||
region | Region, | /// Region. /// |
parameters | string>.Dictionary | /// Parameters. /// |
return | void |
public static DownloadPlayerData ( Player, player ) : IEnumerator | ||
player | Player, | /// Player. /// |
return | IEnumerator |
public static DownloadWorld ( ) : IEnumerator | ||
return | IEnumerator |
public static GetMegatileURL ( int idMegatile ) : string | ||
idMegatile | int | |
return | string |
public static GetPlayerData ( AWebCoroutine, handler ) : IEnumerator | ||
handler | AWebCoroutine, | |
return | IEnumerator |
public static GetResourceTileURL ( int id ) : string | ||
id | int | |
return | string |
public static GetURLToResourceTile ( int id ) : string | ||
id | int | /// Identifier. /// |
return | string |
public static GetWorldList ( AWebCoroutine, handler ) : IEnumerator | ||
handler | AWebCoroutine, | |
return | IEnumerator |
public static JoinWorld ( int worldId, string playerClass ) : void | ||
worldId | int | |
playerClass | string | |
return | void |
public static PostJoinWorld ( int worldId, string playerClass ) : IEnumerator | ||
worldId | int | |
playerClass | string | |
return | IEnumerator |
public static RefreshWorldData ( AWebCoroutine, handler ) : IEnumerator | ||
handler | AWebCoroutine, | |
return | IEnumerator |
public static urlDeletePlayer ( int worldId, int playerId ) : string | ||
worldId | int | |
playerId | int | |
return | string |
public static urlGetPlayerInWorld ( int worldId, int playerId ) : string | ||
worldId | int | |
playerId | int | |
return | string |
public static urlGetUserPlayerId ( int userId, int playerId ) : string | ||
userId | int | |
playerId | int | |
return | string |
public static urlGetUserPlayers ( int userId ) : string | ||
userId | int | |
return | string |