Handles Room Joined
events which are called once the local user has successfully joined a room. Connect a Bind to On Room Joined delegate node to handle this event for the specified room.
Name | Type | Description |
---|
Delegate | delegate | Call the Bind to On Room Joined node to get this event triggered once the room has been joined. |
Outputs
Name | Type | Description |
---|
Exec | exec | |
Peer Id | integer | The id of the peer that joined the room. This is the self peer id, i.e. the peer id of the local player. This peer id is only valid in the context of this room! |
Room User Data | array | The user data stored in the room for the peer as an array of bytes. |
Room | object | The Odin Room to which the peer joined. |