Function Node.rpcUnreliableId

Sends a rpc to a specific peer identified by peer_id using an unreliable protocol (see NetworkedMultiplayerPeer.setTargetPeer). Returns an empty Variant.

Variant rpcUnreliableId(VarArgs...) (
  in long peer_id,
  in String method,
  VarArgs varArgs
);