mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 15:21:56 -05:00
Expose get_rpc_config and get_node_rpc_config
This commit is contained in:
@@ -135,6 +135,10 @@ protected:
|
||||
|
||||
void _set_debugger_break_language();
|
||||
|
||||
Variant _get_rpc_config_bind() const {
|
||||
return get_rpc_config().duplicate(true);
|
||||
}
|
||||
|
||||
public:
|
||||
virtual void reload_from_file() override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user