Is it possible to add arbitrary number of integer ksp fields at runtime in partmodule ?
Closest example is at KSPAPIExtensions github page for a pre-defined chooser-type field, but i need one for int variable created at runtime.
I did also find some examples in github sources of Infernal Robotics, but they also apply only to predefined variables.
I did compile a variable with KSPField that has functions defined in its getter and setter, no errors were thrown.
I don't know how to formulate my question but this is what i need :
- variable is allocated at runtime as part of array or list
- variable needs to be displayed to user in UI (this is where KSPAPiExt helps)
Also, is KSP API Extensions at all capable of displaying values inside array or (preferably) List ?