Click or drag to resize

JSONRPCProcessAction Method

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

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Object ProcessAction(
	Object action,
	bool recurse = false
)

Parameters

action
Type: SystemObject

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

recurse (Optional)
Type: SystemBoolean

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

Return Value

Type: Object

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

See Also