Click or drag to resize

JSONRPCMakeRequest Method

[Missing <summary> documentation for "M:Godot.JSONRPC.MakeRequest(System.String,System.Object,System.Object)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Dictionary MakeRequest(
	string method,
	Object params,
	Object id
)

Parameters

method
Type: SystemString

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

params
Type: SystemObject

[Missing <param name="params"/> documentation for "M:Godot.JSONRPC.MakeRequest(System.String,System.Object,System.Object)"]

id
Type: SystemObject

[Missing <param name="id"/> documentation for "M:Godot.JSONRPC.MakeRequest(System.String,System.Object,System.Object)"]

Return Value

Type: Dictionary

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

See Also