Fix animation frame_speed and blend loosing precision due to incorrec… (#6357)
* Fix animation frame_speed and blend loosing precision due to incorrect data type Add lua function set_animation_frame_speed to update the frame speed without resetting the animation to start
This commit is contained in:
@@ -126,6 +126,9 @@ class ObjectRef : public ModApiBase {
|
||||
// set_animation(self, frame_range, frame_speed, frame_blend, frame_loop)
|
||||
static int l_set_animation(lua_State *L);
|
||||
|
||||
// set_animation_frame_speed(self, frame_speed)
|
||||
static int l_set_animation_frame_speed(lua_State *L);
|
||||
|
||||
// get_animation(self)
|
||||
static int l_get_animation(lua_State *L);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user