Closed SirMortimer closed 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
this repository is inactive
May I propose something along these lines:
(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