File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 39
39
Change GDScript Compatible C# Binary Compatible C# Source Compatible Introduced
40
40
======================================================================================================================== =================== ==================== ==================== ============
41
41
**JSONRPC **
42
- Method ``set_scope `` replaced by ``set_method `` optional parameter |❌ | |✔️ with compat | | ✔️ with compat | `GH-104890 `_
42
+ Method ``set_scope `` replaced by ``set_method `` |❌ | |❌ with stub | | ❌ with stub | `GH-104890 `_
43
43
**Node **
44
44
Method ``get_rpc_config `` renamed to ``get_node_rpc_config `` |❌ | |✔️ with compat | |✔️ with compat | `GH-106848 `_
45
45
Method ``set_name `` changes ``name `` parameter type from ``String `` to ``StringName `` |✔️ | |✔️ with compat | |✔️ with compat | `GH-76560 `_
241
241
to the same value you were passing as ``size_in_percent ``.
242
242
243
243
.. |❌ | replace :: :abbr: `❌ ( This API breaks compatibility. ) `
244
+ .. |❌ with stub | replace :: :abbr: `❌ ( Stub compatibility methods were added to prevent crashes, however this API is not functional anymore. ) `
244
245
.. |✔️ | replace :: :abbr: `✔️ ( This API does not break compatibility. ) `
245
246
.. |✔️ with compat | replace :: :abbr: `✔️ ( This API does not break compatibility. A compatibility method was added. ) `
246
247
You can’t perform that action at this time.
0 commit comments