1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Change 'throws an error' to 'prints an error' in classref

This commit is contained in:
PureAsbestos
2022-04-29 19:20:46 -05:00
parent 9b2ba9b8bb
commit a89b3f872d
2 changed files with 6 additions and 6 deletions

View File

@@ -69,7 +69,7 @@
[/codeblocks]
The debugger calls the callable to get the value of custom monitor. The callable must return a number.
Callables are called with arguments supplied in argument array.
[b]Note:[/b] It throws an error if given id is already present.
[b]Note:[/b] It prints an error if given id is already present.
</description>
</method>
<method name="get_custom_monitor">
@@ -77,7 +77,7 @@
<argument index="0" name="id" type="StringName" />
<description>
Returns the value of custom monitor with given id. The callable is called to get the value of custom monitor.
[b]Note:[/b] It throws an error if the given id is absent.
[b]Note:[/b] It prints an error if the given id is absent.
</description>
</method>
<method name="get_custom_monitor_names">
@@ -119,7 +119,7 @@
<argument index="0" name="id" type="StringName" />
<description>
Removes the custom monitor with given id.
[b]Note:[/b] It throws an error if the given id is already absent.
[b]Note:[/b] It prints an error if the given id is already absent.
</description>
</method>
</methods>