mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 06:11:29 +03:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user