Terraria v1.4.4.9
Terraria source code documentation
|
Classes | |
class | PainterColors |
class | PaintKey |
class | ReactiveRGBKey |
Public Member Functions | |
void | CollectBoundKeys () |
void | PressKey (Keys key) |
void | Update () |
Properties | |
bool | PotionAlert [get] |
Private Member Functions | |
ReactiveRGBKey | FindReactiveKey (Keys keyTarget) |
void | SetGroupColorBase (List< PaintKey > keys, Color color) |
void | SetGroupClear (List< PaintKey > keys) |
void | Step_KeybindsMenu () |
void | Step_UpdateReactiveKeys () |
void | Step_ClearAll () |
void | Step_SmartKeys () |
void | Step_Movement () |
void | Step_Mount () |
void | Step_Grapple () |
void | Step_Jump () |
void | Step_QuickHeal () |
void | Step_QuickMana () |
void | Step_Throw () |
Private Attributes | |
readonly Dictionary< string, PaintKey > | _keys = new Dictionary<string, PaintKey>() |
readonly List< ReactiveRGBKey > | _reactiveKeys = new List<ReactiveRGBKey>() |
List< Keys > | _xnaKeysInUse = new List<Keys>() |
Player | _player |
int | _quickHealAlert |
List< PaintKey > | _wasdKeys = new List<PaintKey>() |
PaintKey | _healKey |
PaintKey | _mountKey |
PaintKey | _jumpKey |
PaintKey | _grappleKey |
PaintKey | _throwKey |
PaintKey | _manaKey |
PaintKey | _buffKey |
PaintKey | _smartCursorKey |
PaintKey | _smartSelectKey |
Definition at line 12 of file ChromaHotkeyPainter.cs.