Projectile velocity relative to world

how about just adding velocity to the bullet in the direction that the plane is moving and depending on its speed. off the top of my head that would require a reference to the plane, get the planes forward vector, inverse transform to the bullets space, get planes velocity , and add the needed values to the bullets velocity. this is all just speculation as i havent tried it myself.