Click or drag to resize

JSONRPCMakeResponse Method

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

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Dictionary MakeResponse(
	Object result,
	Object id
)

Parameters

result
Type: SystemObject

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

id
Type: SystemObject

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

Return Value

Type: Dictionary

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

See Also