CYBUTEK / KerbalEngineer

Kerbal Engineer v1.0 (current in-development build).
227 stars 101 forks source link

Feature Request: add API for other mods #154

Closed SirMortimer closed 5 years ago

SirMortimer commented 5 years ago

May I propose something along these lines:

RegisterSection(string name, List<string> variables, MethodInfo GetValueCallback);

public string GetValueCallback(string name) {
  return "hello!";
}

(Assuming that values are only going to be displayed for the active vessel)

That way users would be able to add values of their favourite mods to the KER HUD, including all the bells and whistles that KER already provides.

https://github.com/steamp0rt/Kerbalism/issues/380

SirMortimer commented 5 years ago

this repository is inactive