Doc: Update LimboState class doc

This commit is contained in:
Serhii Snitsaruk 2024-03-02 00:10:44 +01:00
parent aab38c9fb9
commit 6f9ff6a487
2 changed files with 2 additions and 2 deletions

View File

@ -270,7 +270,7 @@ Called during the update. Implement your state's behavior with this method.
void **add_event_handler** **(** String p_event, Callable p_handler **)**
Registers a ``p_handler`` to be called when ``p_event`` is dispatched. The method must belong to the state.
Registers a ``p_handler`` to be called when ``p_event`` is dispatched.
.. rst-class:: classref-item-separator

View File

@ -41,7 +41,7 @@
<param index="0" name="p_event" type="String" />
<param index="1" name="p_handler" type="Callable" />
<description>
Registers a [param p_handler] to be called when [param p_event] is dispatched. The method must belong to the state.
Registers a [param p_handler] to be called when [param p_event] is dispatched.
</description>
</method>
<method name="call_on_enter">