mirror of
https://github.com/godotengine/godot.git
synced 2024-11-24 21:22:48 +00:00
Document InstancePlaceholder.create_instance not being thread-safe.
This commit is contained in:
parent
a6d4484e57
commit
a6f3ef3ac7
@ -18,13 +18,14 @@
|
||||
<argument index="1" name="custom_scene" type="PackedScene" default="null">
|
||||
</argument>
|
||||
<description>
|
||||
Not thread-safe. Use [method Object.call_deferred] if calling from a thread.
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_instance_path" qualifiers="const">
|
||||
<return type="String">
|
||||
</return>
|
||||
<description>
|
||||
Gets the path to the [PackedScene] resource file that is loaded by default when calling [method create_instance].
|
||||
Gets the path to the [PackedScene] resource file that is loaded by default when calling [method create_instance]. Not thread-safe. Use [method Object.call_deferred] if calling from a thread.
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_stored_values">
|
||||
|
Loading…
Reference in New Issue
Block a user