mirror of
https://github.com/godotengine/godot.git
synced 2025-02-17 00:01:03 +00:00
Clarify when Expression get_error_text()
is updated
This commit is contained in:
parent
c0f1ed57c4
commit
8c6e561fc9
@ -65,7 +65,7 @@
|
|||||||
<method name="get_error_text" qualifiers="const">
|
<method name="get_error_text" qualifiers="const">
|
||||||
<return type="String" />
|
<return type="String" />
|
||||||
<description>
|
<description>
|
||||||
Returns the error text if [method parse] has failed.
|
Returns the error text if [method parse] or [method execute] has failed.
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="has_execute_failed" qualifiers="const">
|
<method name="has_execute_failed" qualifiers="const">
|
||||||
|
Loading…
Reference in New Issue
Block a user