Kerbal Space Program  1.12.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | Public Attributes | List of all members
KFSMTimedEvent Class Reference
Inheritance diagram for KFSMTimedEvent:
KFSMEvent

Public Member Functions

 KFSMTimedEvent (string name, double time)
 
- Public Member Functions inherited from KFSMEvent
bool IsValid (KFSMState state)
 
 KFSMEvent (string name)
 

Public Attributes

double TimerDuration
 
- Public Attributes inherited from KFSMEvent
KFSMState GoToStateOnEvent
 
string name
 
KFSMEventCondition OnCheckCondition = (KFSMState currentState) => { return false; }
 
KFSMCallback OnEvent = () => { }
 
KFSMUpdateMode updateMode = KFSMUpdateMode.UPDATE
 

Constructor & Destructor Documentation

KFSMTimedEvent.KFSMTimedEvent ( string  name,
double  time 
)
inline

Member Data Documentation

double KFSMTimedEvent.TimerDuration

The documentation for this class was generated from the following file: