Function Node.rsetConfig
Changes the RPC mode for the given property
to the given mode
. See MultiplayerAPI
. 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.