Function SceneTree.refuseNewNetworkConnections
If true
, the SceneTree
's networkPeer
refuses new incoming connections.
bool refuseNewNetworkConnections() nothrow @property @nogc;
void refuseNewNetworkConnections
(
bool v
) nothrow @property @nogc;