m_MinThrottleRange and m_MaxThrottleRange are bad names, since these variables actually
- Provide an upper and lower limit to throttle and
- Determine how effective positive or negative throttle will be
At the very least Min and Max should be Negative and Positive, and Range should probably be Multiplier or Limit or something.