Skip to content

Commit

Permalink
animaition -> animation (#13827)
Browse files Browse the repository at this point in the history
Also changed `range` to `frame_range`,
  • Loading branch information
Panquesito7 committed Sep 22, 2023
1 parent c311413 commit 9f47e12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/lua_api.md
Expand Up @@ -7496,8 +7496,8 @@ child will follow movement and rotation of that bone.
* `frame_blend`: number, default: `0.0`
* `frame_loop`: If `true`, animation will loop. If false, it will play once
* default: `true`
* `get_animation()`: returns current animation parameters set by `set_animaition`:
* `range`, `frame_speed`, `frame_blend`, `frame_loop`.
* `get_animation()`: returns current animation parameters set by `set_animation`:
* `frame_range`, `frame_speed`, `frame_blend`, `frame_loop`.
* `set_animation_frame_speed(frame_speed)`
* Sets the frame speed of the object's animation
* Unlike `set_animation`, this will not restart the animation
Expand Down

0 comments on commit 9f47e12

Please sign in to comment.