-
Notifications
You must be signed in to change notification settings - Fork 99
Closed
Labels
Milestone
Description
In order for other mods to more closely interface with RT, it should be possible for them to push custom commands in the flight computer, to then later have an event fired within the mod when the command is popped.
In pseudocode such a Command, inheriting from AbstractCommand, could include the following fields:
string guiName; //What to display in the visual queue
bool guiActive; //Whether to display the command in the visual queue at all
Object (or possibly ConfgNode) data; //the input data whith wich to call the event native to the mod