On Peer Joined
Called whenever a peer joins the room. Connect a
Inputs
| Name | Type | Description |
|---|---|---|
| Delegate | delegate | Bind to a |
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. |
| User Data | array | The user data of the peer as an array of bytes |
| Room | object | The Room object reference for which the event was triggered. |