Merge pull request #96024 from Ryan-000/expose_get_rpc_config

Expose `get_rpc_config` and `get_node_rpc_config`
This commit is contained in:
Rémi Verschelde
2024-09-16 13:34:34 +02:00
12 changed files with 25 additions and 10 deletions

View File

@@ -498,6 +498,12 @@
Returns the time elapsed (in seconds) since the last process callback. This value is identical to [method _process]'s [code]delta[/code] parameter, and may vary from frame to frame. See also [constant NOTIFICATION_PROCESS].
</description>
</method>
<method name="get_rpc_config" qualifiers="const">
<return type="Variant" />
<description>
Returns a [Dictionary] mapping method names to their RPC configuration defined for this node using [method rpc_config].
</description>
</method>
<method name="get_scene_instance_load_placeholder" qualifiers="const">
<return type="bool" />
<description>