Kerbal Space Program
1.12.4
|
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 |
|
inline |
double KFSMTimedEvent.TimerDuration |