Структуры данных | |
| class | DebugModifierData |
Функции | |
| void | HudDebugWinCharModifiers (Widget widget_root) |
| void | ~HudDebugWinCharModifiers () |
| override int | GetType () |
| override void | SetUpdate (bool state) |
| override void | Update () |
| override void | Show () |
| override void | Hide () |
| void | Refresh () |
| void | FitWindow () |
| void | SetModifiers () |
| void | AddModifier (string name, int id, bool active, bool locked) |
| void | ClearModifiers () |
| bool | OnClick (Widget w, int x, int y, int button) |
| void | ResetModifiers () |
| void | RequestDetailedInfo (int id) |
| void | ActivateModifier (int id) |
| void | DeactivateModifier (int id) |
| void | LockModifier (int id, bool state) |
Переменные | |
| class DebugModifierData | m_WgtModifiersContent |
| ref map< int, Widget > | m_ModifierWidgets |
| ref map< Widget, ref DebugModifierData > | m_ModifierWidgetData |
| PluginDeveloperSync | m_PluginDeveloperSync |
| Widget | m_WgtDetailedInfo |
| TextWidget | m_WgtDetailedInfoText |
| int | m_DetailedInfoIndex |