Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ SetGroupClear()

void Terraria.GameContent.ChromaHotkeyPainter.SetGroupClear ( List< PaintKey > keys)
inlineprivate

Definition at line 297 of file ChromaHotkeyPainter.cs.

298 {
299 foreach (PaintKey key in keys)
300 {
301 key.SetClear();
302 }
303 }

References System.key, and System.keys.

Referenced by Terraria.GameContent.ChromaHotkeyPainter.Step_Movement().