Node.rsetConfig

Changes the RPC mode for the given property to the given mode. See MultiplayerAPI.rpcmode. An alternative is annotating methods and properties with the corresponding keywords (remote, master, puppet, remotesync, mastersync, puppetsync). By default, properties are not exposed to networking (and RPCs). See also rpc and rpcConfig for methods.

struct Node
@nogc nothrow
void
rsetConfig
(
in String property
,
in long mode
)

Meta