Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: add API for other mods #154

Closed
SirMortimer opened this issue Apr 19, 2019 · 1 comment
Closed

Feature Request: add API for other mods #154

SirMortimer opened this issue Apr 19, 2019 · 1 comment

Comments

@SirMortimer
Copy link

SirMortimer commented Apr 19, 2019

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.

Kerbalism/Kerbalism#380

@SirMortimer
Copy link
Author

this repository is inactive

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant