Node.rpcConfig

Changes the RPC mode for the given method 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, methods are not exposed to networking (and RPCs). See also rset and rsetConfig for properties.

struct Node
@nogc nothrow
void
rpcConfig
(
in String method
,
in long mode
)

Meta