You've already forked godot
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user