CreateRoomRequest is sent to the server to create a room More...
Public Member Functions | |
CreateRoomRequest (string PlayerName, int PlayerAvatar, int MaxPlayersPerRoom, Hashtable playerTags=null) | |
Public Attributes | |
string | type = "CreateRoom" |
Type of Event More... | |
string | playerId |
Unique ID assigned to player once the connection is established with the server, assigned on RegisterEvent More... | |
string | playerName |
The PlayerName, can be retrieved later in the PlayerManager More... | |
int | playerAvatar |
The PlayerAvatar will dedicate which avatar will represent the player under EdgeManager.SpawnInfo More... | |
int | maxPlayersPerRoom |
Maximum Players allowed in the room More... | |
Hashtable | playerTags |
Player Custom Tags More... | |