Clarify EngineDebugger and EditorDebugger* documentation
This commit is contained in:
@ -113,7 +113,8 @@
|
||||
<param index="1" name="callable" type="Callable" />
|
||||
<description>
|
||||
Registers a message capture with given [param name]. If [param name] is "my_message" then messages starting with "my_message:" will be called with the given callable.
|
||||
Callable must accept a message string and a data array as argument. If the message and data are valid then callable must return [code]true[/code] otherwise [code]false[/code].
|
||||
The callable must accept a message string and a data array as argument. The callable should return [code]true[/code] if the message is recognized.
|
||||
[b]Note:[/b] The callable will receive the message with the prefix stripped, unlike [method EditorDebuggerPlugin._capture]. See the [EditorDebuggerPlugin] description for an example.
|
||||
</description>
|
||||
</method>
|
||||
<method name="register_profiler">
|
||||
|
||||
Reference in New Issue
Block a user