Kerbal Space Program
1.12.4
|
Event wrapper which returns the minimum returned value of all methods More...
Public Member Functions | |
void | Add (OnEvent evt) |
Adds a event to this event list More... | |
EventDoubleMin (string eventName, double defaultValue=0d) | |
double | Fire () |
Fires all events in this event list More... | |
delegate double | OnEvent () |
void | Remove (OnEvent evt) |
Removes an event from this list More... | |
Public Member Functions inherited from BaseGameEvent | |
BaseGameEvent (string eventName) | |
Public Attributes | |
double | defaultValue |
Public Attributes inherited from BaseGameEvent | |
bool | debugEvent = false |
Additional Inherited Members | |
Protected Attributes inherited from BaseGameEvent | |
string | eventName |
Properties inherited from BaseGameEvent | |
string | EventName [get] |
Event wrapper which returns the minimum returned value of all methods
|
inline |
|
inline |
Adds a event to this event list
evt | delegate void OnEvent() |
|
inline |
Fires all events in this event list
delegate double EventDoubleMin.OnEvent | ( | ) |
|
inline |
Removes an event from this list
evt | delegate void OnEvent() |
double EventDoubleMin.defaultValue |