AbstractNode.main

Indicates whether or not this is a main node. A main node is able to receive players without the use of the transfer function. Every hub should have at least one main node, otherwise every player that tries to connect will be disconnected with the 'end of stream' message.

class AbstractNode
shared nothrow @property @safe @nogc const
bool
main
()

Meta