NetworkedMultiplayerENet.alwaysOrdered

Always use TRANSFER_MODE_ORDERED in place of TRANSFER_MODE_UNRELIABLE. This is the only way to use ordering with the RPC system.

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

Meta