.. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. .. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. .. XML source: https://github.com/godotengine/godot/tree/master/docs/gdscript/doc/classes/JSONRPC.xml. .. _class_JSONRPC: JSONRPC ======= **Inherits:** :ref:`Object` .. container:: contribute There is currently no description for this class. Please help us by :ref:`contributing one `! .. rst-class:: classref-reftable-group Methods ------- .. table:: :widths: auto +-------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Dictionary` | :ref:`make_notification` **(** :ref:`String` method, :ref:`Variant` params **)** | +-------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Dictionary` | :ref:`make_request` **(** :ref:`String` method, :ref:`Variant` params, :ref:`Variant` id **)** | +-------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Dictionary` | :ref:`make_response` **(** :ref:`Variant` result, :ref:`Variant` id **)** | +-------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Dictionary` | :ref:`make_response_error` **(** :ref:`int` code, :ref:`String` message, :ref:`Variant` id=null **)** |const| | +-------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Variant` | :ref:`process_action` **(** :ref:`Variant` action, :ref:`bool` recurse=false **)** | +-------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`String` | :ref:`process_string` **(** :ref:`String` action **)** | +-------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_scope` **(** :ref:`String` scope, :ref:`Object` target **)** | +-------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Enumerations ------------ .. _enum_JSONRPC_ErrorCode: .. rst-class:: classref-enumeration enum **ErrorCode**: .. _class_JSONRPC_constant_PARSE_ERROR: .. rst-class:: classref-enumeration-constant :ref:`ErrorCode` **PARSE_ERROR** = ``-32700`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_JSONRPC_constant_INVALID_REQUEST: .. rst-class:: classref-enumeration-constant :ref:`ErrorCode` **INVALID_REQUEST** = ``-32600`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_JSONRPC_constant_METHOD_NOT_FOUND: .. rst-class:: classref-enumeration-constant :ref:`ErrorCode` **METHOD_NOT_FOUND** = ``-32601`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_JSONRPC_constant_INVALID_PARAMS: .. rst-class:: classref-enumeration-constant :ref:`ErrorCode` **INVALID_PARAMS** = ``-32602`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_JSONRPC_constant_INTERNAL_ERROR: .. rst-class:: classref-enumeration-constant :ref:`ErrorCode` **INTERNAL_ERROR** = ``-32603`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Method Descriptions ------------------- .. _class_JSONRPC_method_make_notification: .. rst-class:: classref-method :ref:`Dictionary` **make_notification** **(** :ref:`String` method, :ref:`Variant` params **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_JSONRPC_method_make_request: .. rst-class:: classref-method :ref:`Dictionary` **make_request** **(** :ref:`String` method, :ref:`Variant` params, :ref:`Variant` id **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_JSONRPC_method_make_response: .. rst-class:: classref-method :ref:`Dictionary` **make_response** **(** :ref:`Variant` result, :ref:`Variant` id **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_JSONRPC_method_make_response_error: .. rst-class:: classref-method :ref:`Dictionary` **make_response_error** **(** :ref:`int` code, :ref:`String` message, :ref:`Variant` id=null **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_JSONRPC_method_process_action: .. rst-class:: classref-method :ref:`Variant` **process_action** **(** :ref:`Variant` action, :ref:`bool` recurse=false **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_JSONRPC_method_process_string: .. rst-class:: classref-method :ref:`String` **process_string** **(** :ref:`String` action **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_JSONRPC_method_set_scope: .. rst-class:: classref-method void **set_scope** **(** :ref:`String` scope, :ref:`Object` target **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)` .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)` .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)` .. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)` .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)` .. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)` .. |bitfield| replace:: :abbr:`BitField (This value is an integer composed as a bitmask of the following flags.)`