mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Expose get_rpc_config and get_node_rpc_config
This commit is contained in:
@@ -388,6 +388,10 @@ protected:
|
||||
|
||||
void _validate_property(PropertyInfo &p_property) const;
|
||||
|
||||
Variant _get_node_rpc_config_bind() const {
|
||||
return get_node_rpc_config().duplicate(true);
|
||||
}
|
||||
|
||||
protected:
|
||||
virtual bool _uses_signal_mutex() const override { return false; } // Node uses thread guards instead.
|
||||
|
||||
@@ -414,6 +418,7 @@ protected:
|
||||
|
||||
#ifndef DISABLE_DEPRECATED
|
||||
void _set_name_bind_compat_76560(const String &p_name);
|
||||
Variant _get_rpc_config_bind_compat_106848() const;
|
||||
static void _bind_compatibility_methods();
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user