Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Terraria.GameContent.ChromaHotkeyPainter Class Reference

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
 

Detailed Description

Definition at line 12 of file ChromaHotkeyPainter.cs.


The documentation for this class was generated from the following file: