Kerbal Space Program  1.12.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Classes | Functions
BasePartEvent.cs File Reference

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...
 

Function Documentation

delegate void BaseEventDelegate ( )

How an action declaration should look..

Parameters
evtDataAction data (might be null)
delegate void BaseEventDetailsDelegate ( BaseEventDetails  evtData)

How an action declaration should look..

Parameters
evtDataAction data (might be null)