Create
This function creates a new lobby. A lobby is a game server that other players can join.
Syntax
- static Lobby* Create(const int permissions=Lobby::Public)
Parameters
- permissions: The permissions mode. This can be set to Public, Private, or FriendsOnly.
Returns
Returns a new Lobby if it was created.