Compare commits
3 Commits
dc810d9a75
...
4f495fa6f2
Author | SHA1 | Date |
---|---|---|
Legendsmith | 4f495fa6f2 | |
Serhii Snitsaruk | ae61d551c0 | |
Serhii Snitsaruk | a14cc4cc68 |
|
@ -5,7 +5,7 @@ on:
|
||||||
godot-ref:
|
godot-ref:
|
||||||
description: A tag, branch or commit hash in the Godot repository.
|
description: A tag, branch or commit hash in the Godot repository.
|
||||||
type: string
|
type: string
|
||||||
default: 4.3
|
default: 4.3-stable
|
||||||
limboai-ref:
|
limboai-ref:
|
||||||
description: A tag, branch or commit hash in the LimboAI repository.
|
description: A tag, branch or commit hash in the LimboAI repository.
|
||||||
type: string
|
type: string
|
||||||
|
|
|
@ -234,7 +234,7 @@ Called when the state is entered.
|
||||||
|
|
||||||
|void| **_exit**\ (\ ) |virtual| :ref:`🔗<class_LimboState_private_method__exit>`
|
|void| **_exit**\ (\ ) |virtual| :ref:`🔗<class_LimboState_private_method__exit>`
|
||||||
|
|
||||||
Called when the state is exited.
|
Called when the state is exited. This happens on a transition to another state, and when the state machine is removed from the scene tree (e.g., when the node is freed with :ref:`Node.queue_free<class_Node_method_queue_free>` or the scene changes). Due to implementation details, :ref:`_exit<class_LimboState_private_method__exit>` will not be called on :ref:`Object.free<class_Object_method_free>`!
|
||||||
|
|
||||||
.. rst-class:: classref-item-separator
|
.. rst-class:: classref-item-separator
|
||||||
|
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
<method name="_exit" qualifiers="virtual">
|
<method name="_exit" qualifiers="virtual">
|
||||||
<return type="void" />
|
<return type="void" />
|
||||||
<description>
|
<description>
|
||||||
Called when the state is exited.
|
Called when the state is exited. This happens on a transition to another state, and when the state machine is removed from the scene tree (e.g., when the node is freed with [method Node.queue_free] or the scene changes). Due to implementation details, [method _exit] will not be called on [method Object.free]!
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="_setup" qualifiers="virtual">
|
<method name="_setup" qualifiers="virtual">
|
||||||
|
|
Loading…
Reference in New Issue