![]() |
Kerbal Space Program
1.12.4
|
Event wrapper with no data More...
Public Member Functions | |
void | Add (OnEvent evt) |
Adds a event to this event list More... | |
EventVoid (string eventName) | |
void | Fire () |
Fires all events in this event list More... | |
delegate void | OnEvent () |
void | Remove (OnEvent evt) |
Removes an event from this list More... | |
![]() | |
BaseGameEvent (string eventName) | |
Additional Inherited Members | |
![]() | |
bool | debugEvent = false |
![]() | |
string | eventName |
![]() | |
string | EventName [get] |
Event wrapper with no data
|
inline |
|
inline |
Adds a event to this event list
evt | delegate void OnEvent() |
|
inline |
Fires all events in this event list
delegate void EventVoid.OnEvent | ( | ) |
|
inline |
Removes an event from this list
evt | delegate void OnEvent() |