The "sprite_get_speed_real" FunctionSyntax#sprite_get_speed_real(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-game frame.Example#var speed_real = sprite_get_speed_real(my_sprite);Copy