Skip to main content

On Room Joined

On Room Joined

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.

Inputs

NameTypeDescription
DelegatedelegateCall the Bind to On Room Joined node to get this event triggered once the room has been joined.

Outputs

NameTypeDescription
Execexec
Peer IdintegerThe 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 DataarrayThe user data stored in the room for the peer as an array of bytes.
RoomobjectThe Odin Room to which the peer joined.