The "sprite_get_speed_fps" FunctionSyntax#sprite_get_speed_fps(sprite);CopyArgumentTypeDescriptionspritespriteThe sprite to retrieve speed ofDescription#Returns the target sprite speed as defined in the sprite editor, forcing the results to be interpreted as frames per-second.Example#var speed_fps = sprite_get_speed_fps(my_sprite);Copy