![]() |
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... | |
| EventFloatMin (string eventName, float defaultValue=0f) | |
| float | Fire () |
| Fires all events in this event list More... | |
| delegate float | OnEvent () |
| void | Remove (OnEvent evt) |
| Removes an event from this list More... | |
Public Member Functions inherited from BaseGameEvent | |
| BaseGameEvent (string eventName) | |
Public Attributes | |
| float | 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 float EventFloatMin.OnEvent | ( | ) |
|
inline |
Removes an event from this list
| evt | delegate void OnEvent() |
| float EventFloatMin.defaultValue |
1.8.7