Enfusion Script API
|
This is the complete list of members for DiagMenu, including all inherited members.
GetBool(int id, bool reverse=false) | DiagMenu | static |
GetEngineRangeValue(int id) | DiagMenu | static |
GetEngineValue(int id) | DiagMenu | static |
GetRangeValue(int id) | DiagMenu | static |
GetValue(int id) | DiagMenu | static |
RegisterBool(int id, string shortcut, string name, string parent, bool reverse=false) | DiagMenu | static |
RegisterItem(int id, string shortcut, string name, string parent, string values) | DiagMenu | static |
RegisterMenu(int id, string name, string parent) | DiagMenu | static |
RegisterRange(int id, string shortcut, string name, string parent, string valuenames) | DiagMenu | static |
SelectMenuById(int id) | DiagMenu | static |
SelectMenuByName(string name) | DiagMenu | static |
SetEngineRangeValue(int id, float value) | DiagMenu | static |
SetEngineValue(int id, int value) | DiagMenu | static |
SetRangeValue(int id, float value) | DiagMenu | static |
SetValue(int id, int value) | DiagMenu | static |
Unregister(int id) | DiagMenu | static |