Doc: Update LimboState class doc
This commit is contained in:
parent
aab38c9fb9
commit
6f9ff6a487
|
@ -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
|
||||
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue