Table of Contents

Class AsynchronousMultiplayerManager

Namespace
GrindFest
Assembly
GrindFest.dll
public class AsynchronousMultiplayerManager : Singleton<AsynchronousMultiplayerManager>
Inheritance
object
AsynchronousMultiplayerManager
Inherited Members

Fields

API_HOST

API host URL - changes to localhost in editor if UseFakeAPI is enabled.

ChatLog
IsConnected
LastConnectionError
LoadedHeroAssemblies
NearbyHeroes
UnclaimedCursedCoins
UseFakeAPI
UseFakeSteamToken

Properties

IsAsyncMultiplayerEnabled

Methods

DeleteHero(string)
DisplayChatMessage(string, string)
DisplayChatNotification(string)
ExtractAndLoadHeroCode(string, string, string, string)
GetOnlinePlayersCount()

Gets the current number of online players from the server

LeaveWorld()
PlayerJoinedGame(Assembly, HeroData, Party)