Kerbal Space Program
1.12.4
|
This is the complete list of members for BaseEventDetails, including all inherited members.
BaseEventDetails(Sender sender) | BaseEventDetails | inline |
Get(string name) | BaseEventDetails | inline |
Get< T >(string name) | BaseEventDetails | inline |
GetBool(string name) | BaseEventDetails | inline |
GetFloat(string name) | BaseEventDetails | inline |
GetGameObject(string name) | BaseEventDetails | inline |
GetInt(string name) | BaseEventDetails | inline |
GetString(string name) | BaseEventDetails | inline |
Keys | BaseEventDetails | |
Sender enum name | BaseEventDetails | |
Set(string name, object value) | BaseEventDetails | inline |
Set(string name, int value) | BaseEventDetails | inline |
Set(string name, float value) | BaseEventDetails | inline |
Set(string name, string value) | BaseEventDetails | inline |
Set(string name, bool value) | BaseEventDetails | inline |
Set(string name, GameObject value) | BaseEventDetails | inline |
Set< T >(string name, T value) | BaseEventDetails | inline |
Values | BaseEventDetails |