Nocturna
Preparing search index...
HUD/Lobby
LobbyObserver
Interface LobbyObserver
LobbyObserver defines the interface for objects that want to be notified of lobby events.
interface
LobbyObserver
{
onReady
()
:
void
;
onRoomCreation
(
playerId
:
string
)
:
void
;
onRoomJoin
(
roomId
:
string
,
playerId
:
string
)
:
void
;
}
Implemented by
LobbyState
Index
Methods
on
Ready
on
Room
Creation
on
Room
Join
Methods
on
Ready
onReady
()
:
void
Returns
void
on
Room
Creation
onRoomCreation
(
playerId
:
string
)
:
void
Parameters
playerId
:
string
Returns
void
on
Room
Join
onRoomJoin
(
roomId
:
string
,
playerId
:
string
)
:
void
Parameters
roomId
:
string
playerId
:
string
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
on
Ready
on
Room
Creation
on
Room
Join
Nocturna
Loading...
LobbyObserver defines the interface for objects that want to be notified of lobby events.