NodeServer.max

Gets the maximum number of players that can connect on the current node (not in the whole server). If the value is 0 there's no limit.

  1. size_t max [@property getter]
    class NodeServer
    shared pure nothrow @property @safe @nogc
    size_t
    max
    ()
  2. uint max [@property setter]

Meta