Click or drag to resize

JSONRPCMakeNotification Method

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

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

Parameters

method
Type: SystemString

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

params
Type: SystemObject

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

Return Value

Type: Dictionary

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

See Also