NetworkedMultiplayerENet.alwaysOrdered

Enforce ordered packets when using constant NetworkedMultiplayerPeer.TRANSFER_MODE_UNRELIABLE (thus behaving similarly to constant NetworkedMultiplayerPeer.TRANSFER_MODE_UNRELIABLE_ORDERED). This is the only way to use ordering with the RPC system.

  1. bool alwaysOrdered [@property getter]
  2. bool alwaysOrdered [@property setter]
    struct NetworkedMultiplayerENet
    @nogc nothrow @property
    void
    alwaysOrdered
    (
    bool v
    )

Meta