summaryrefslogtreecommitdiffstats
path: root/doc/classes/AnimationNodeStateMachineTransition.xml
diff options
context:
space:
mode:
authorluz paz <luzpaz@pm.me>2022-07-21 07:37:00 -0400
committerluz paz <luzpaz@pm.me>2022-07-21 07:38:23 -0400
commit38aaaa3cf94e7f6043f6371254d0b4d8a08e7be9 (patch)
treeb2d553015080a045266c26493d6a582cc70946ac /doc/classes/AnimationNodeStateMachineTransition.xml
parenta9e4eac7b965450234c7a4fb2de1346a23ca67f2 (diff)
downloadredot-engine-38aaaa3cf94e7f6043f6371254d0b4d8a08e7be9.tar.gz
Fix various typos not caught by codespell
Revert upstream `core/input/gamecontrollerdb.txt`. Upstream fix: https://github.com/gabomdq/SDL_GameControllerDB/pull/600
Diffstat (limited to 'doc/classes/AnimationNodeStateMachineTransition.xml')
-rw-r--r--doc/classes/AnimationNodeStateMachineTransition.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/AnimationNodeStateMachineTransition.xml b/doc/classes/AnimationNodeStateMachineTransition.xml
index 206164d675..0badb831de 100644
--- a/doc/classes/AnimationNodeStateMachineTransition.xml
+++ b/doc/classes/AnimationNodeStateMachineTransition.xml
@@ -23,7 +23,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_expression_base_node" type="NodePath" setter="set_advance_expression_base_node" getter="get_advance_expression_base_node" default="NodePath(&quot;&quot;)">
- The path to the [Node] used to evaluate an [Expression] if one is not explictly specified internally.
+ The path to the [Node] used to evaluate an [Expression] if one is not explicitly specified internally.
</member>
<member name="auto_advance" type="bool" setter="set_auto_advance" getter="has_auto_advance" default="false">
Turn on the transition automatically when this state is reached. This works best with [constant SWITCH_MODE_AT_END].