1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Expose get_rpc_config and get_node_rpc_config

This commit is contained in:
Fabio Alessandrelli
2025-05-26 22:17:21 +02:00
parent c28d5d0058
commit b73ec1fa9b
8 changed files with 37 additions and 0 deletions

View File

@@ -251,3 +251,10 @@ Validate extension JSON: Error: Field 'classes/InputMap/methods/add_action/argum
Validate extension JSON: Error: Field 'global_enums/KeyModifierMask/values/KEY_MODIFIER_MASK': value changed value in new API, from 532676600.0 to 2130706432.
Precision of string-serialized Variant constants increased.
GH-106848
---------
Validate extension JSON: API was removed: classes/Node/methods/get_rpc_config
Change Node `get_rpc_config` to `get_node_rpc_config`. Compatibility method registered.