RoomListUpdatedEvent Class

Event raised when the list of available rooms has been refreshed from the server.

Definition

Namespace: Alteruna.Multiplayer.EventArgument
Assembly: Alteruna (in Alteruna.dll) Version: 2.0.2+dcdb8fba58ad1eb99205b1dc6265fd5b3b7cf8ec
C#
public class RoomListUpdatedEvent : MultiplayerEvent
Inheritance
Object    MultiplayerEvent    RoomListUpdatedEvent

Remarks

Subscribe to [!:MultiplayerManager.RoomListUpdated] to receive this event. After this event fires, read AvailableRooms to obtain the updated list. The list is refreshed automatically or on demand via [!:MultiplayerManager.RefreshAvailableRooms].

Constructors

RoomListUpdatedEvent Initializes a new instance of RoomListUpdatedEvent.

See Also