Click or drag to resize

NodeRpcUnreliable Method

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Object RpcUnreliable(
	string method,
	params Object[] args
)

Parameters

method
Type: SystemString

[Missing <param name="method"/> documentation for "M:Godot.Node.RpcUnreliable(System.String,System.Object[])"]

args
Type: SystemObject

[Missing <param name="args"/> documentation for "M:Godot.Node.RpcUnreliable(System.String,System.Object[])"]

Return Value

Type: Object

[Missing <returns> documentation for "M:Godot.Node.RpcUnreliable(System.String,System.Object[])"]

See Also