MOARdV / AvionicsSystems

MOARdV's Avionics Systems for Kerbal Space Program - a new generation of IVA enhancement.
Other
52 stars 26 forks source link

Coalesce Resource functions #134

Closed MOARdV closed 6 years ago

MOARdV commented 6 years ago

Many of the resource functions have a string version and a numeric version. There really doesn't need to be both, since MAS can figure out whether the function is called with a string or a number. This will reduce the function count and allow for less complex code.