Our new developer documentation is now available. Please check it out!
Bind to On Peer Joined
Listens to Peer Joined
events in the given Room object. Peer Joined
events will be called whenever a peer joins the room. Will not be called for the local player. Use the On Room Joined event to handle joins from the local player instead.
Inputs
Name | Type | Description |
---|---|---|
Exec | exec | |
Target | Room Object Reference | The Room for which events will be triggered. Use the Construct local room handle node to create that Room object reference. |
Event | delegate | Connect a Peer Joined Event to handle this event. |
Outputs
Name | Type | Description |
---|---|---|
Exec | exec |