2023-08-14 12:35:44 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
2023-11-15 14:40:07 +00:00
|
|
|
<class name="BTPauseAnimation" inherits="BTAction" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../doc/class.xsd">
|
2023-08-14 12:35:44 +00:00
|
|
|
<brief_description>
|
2023-10-18 16:25:53 +00:00
|
|
|
BT action that pauses the playback of an animation on the specified [AnimationPlayer] node.
|
2023-08-14 12:35:44 +00:00
|
|
|
</brief_description>
|
|
|
|
<description>
|
2023-10-18 16:25:53 +00:00
|
|
|
BTPauseAnimation action pauses the playback of an animation on the specified [AnimationPlayer] node and returns [code]SUCCESS[/code].
|
2023-10-18 17:05:33 +00:00
|
|
|
Returns [code]FAILURE[/code] if the action fails to get the [AnimationPlayer] node.
|
2023-08-14 12:35:44 +00:00
|
|
|
</description>
|
|
|
|
<tutorials>
|
|
|
|
</tutorials>
|
|
|
|
<members>
|
|
|
|
<member name="animation_player" type="BBNode" setter="set_animation_player" getter="get_animation_player">
|
2023-08-14 12:42:46 +00:00
|
|
|
Parameter that specifies the [AnimationPlayer] node.
|
2023-08-14 12:35:44 +00:00
|
|
|
</member>
|
|
|
|
</members>
|
|
|
|
</class>
|