summaryrefslogtreecommitdiffstats
path: root/doc/classes/AnimationNodeStateMachineTransition.xml
diff options
context:
space:
mode:
authorMicky <micheledevita2@gmail.com>2024-08-18 20:27:23 +0200
committerMicky <micheledevita2@gmail.com>2024-11-10 11:26:39 +0100
commit5c5460b026ca282c8b0c8e7e74c393795299344d (patch)
tree2d126ee9648f04ae563d718efcdc68cebb194082 /doc/classes/AnimationNodeStateMachineTransition.xml
parente65a23762b36b564eb94672031f37fdadba72333 (diff)
downloadredot-engine-5c5460b026ca282c8b0c8e7e74c393795299344d.tar.gz
Fix many untagged true/false/null in the documentation
Diffstat (limited to 'doc/classes/AnimationNodeStateMachineTransition.xml')
-rw-r--r--doc/classes/AnimationNodeStateMachineTransition.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/AnimationNodeStateMachineTransition.xml b/doc/classes/AnimationNodeStateMachineTransition.xml
index 7bd0bd7e7e..c729eeebba 100644
--- a/doc/classes/AnimationNodeStateMachineTransition.xml
+++ b/doc/classes/AnimationNodeStateMachineTransition.xml
@@ -26,7 +26,7 @@
Use an expression as a condition for state machine transitions. It is possible to create complex animation advance conditions for switching between states and gives much greater flexibility for creating complex state machines by directly interfacing with the script code.
</member>
<member name="advance_mode" type="int" setter="set_advance_mode" getter="get_advance_mode" enum="AnimationNodeStateMachineTransition.AdvanceMode" default="1">
- Determines whether the transition should disabled, enabled when using [method AnimationNodeStateMachinePlayback.travel], or traversed automatically if the [member advance_condition] and [member advance_expression] checks are true (if assigned).
+ Determines whether the transition should be disabled, enabled when using [method AnimationNodeStateMachinePlayback.travel], or traversed automatically if the [member advance_condition] and [member advance_expression] checks are [code]true[/code] (if assigned).
</member>
<member name="break_loop_at_end" type="bool" setter="set_break_loop_at_end" getter="is_loop_broken_at_end" default="false">
If [code]true[/code], breaks the loop at the end of the loop cycle for transition, even if the animation is looping.
@@ -72,7 +72,7 @@
Only use this transition during [method AnimationNodeStateMachinePlayback.travel].
</constant>
<constant name="ADVANCE_MODE_AUTO" value="2" enum="AdvanceMode">
- Automatically use this transition if the [member advance_condition] and [member advance_expression] checks are true (if assigned).
+ Automatically use this transition if the [member advance_condition] and [member advance_expression] checks are [code]true[/code] (if assigned).
</constant>
</constants>
</class>