Kerbal Space Program
1.12.4
|
Classes | |
class | BaseEvent |
A part action More... | |
class | BaseEventDetails |
A wrapped list of key/value pairs which may be passed to an action More... | |
class | BaseEventList |
List of all defined part actions More... | |
class | KSPEvent |
Tells the compiler that this method is an action and allows you to set up the KSP specific stuff. ** REQUIRED BY ALL ACTION METHODS ** More... | |
class | KSPModule |
class | KSPPart |
class | BaseEventList.ReflectedData |
Functions | |
delegate void | BaseEventDelegate () |
How an action declaration should look.. More... | |
delegate void | BaseEventDetailsDelegate (BaseEventDetails evtData) |
How an action declaration should look.. More... | |
delegate void BaseEventDelegate | ( | ) |
How an action declaration should look..
evtData | Action data (might be null) |
delegate void BaseEventDetailsDelegate | ( | BaseEventDetails | evtData | ) |
How an action declaration should look..
evtData | Action data (might be null) |