function lerp_ease_inout(arg0, arg1, arg2, arg3) { return lerp(arg0, arg1, scr_ease_inout(arg2, arg3)); }