Skip to main content
Version: 0.2.0

Struct ServerEventPayload

Namespace: ReadyM.Api.Multiplayer.Interop
Assembly: ReadyM.Api.Multiplayer.dll

public struct ServerEventPayload

Inherited Members

object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Fields

Area

public AreaId Area

Field Value

AreaId

Cell

public CellId Cell

Field Value

CellId

EntityId

public int EntityId

Field Value

int

Player

public PlayerId Player

Field Value

PlayerId

Reason

public DisconnectReason Reason

Field Value

DisconnectReason

  • Fields
    • Area
    • Cell
    • EntityId
    • Player
    • Reason