You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An abstract class that the mod developer can inherit from to create a public facing API to be used by other modders to communicate with his mod. He would redestribute that on his github (or wherever he likes) so that other modders could download that, add to their codes and use the methods without having to reference the original code.
Solution proposal
Something like what RemoteTech2 has with its abstract AddOn class
Additional context
This came from this chat in discord where the modder couldn't properly build an integration with ManeuverNodeController properly. He had to use reflection to achieve the desired behaviour.
The text was updated successfully, but these errors were encountered:
Feature Information
Feature description
An abstract class that the mod developer can inherit from to create a public facing API to be used by other modders to communicate with his mod. He would redestribute that on his github (or wherever he likes) so that other modders could download that, add to their codes and use the methods without having to reference the original code.
Solution proposal
Something like what RemoteTech2 has with its abstract AddOn class
Additional context
This came from this chat in discord where the modder couldn't properly build an integration with ManeuverNodeController properly. He had to use reflection to achieve the desired behaviour.
The text was updated successfully, but these errors were encountered: