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