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

◆ UnbindKey()

void ReLogic.Peripherals.RGB.HotkeyCollection.UnbindKey ( Keys key)
inline

Definition at line 24 of file HotkeyCollection.cs.

25 {
26 //IL_0006: Unknown result type (might be due to invalid IL or missing references)
27 _keys.Remove(key);
28 }
bool ICollection< KeyValuePair< TKey, TValue > >. Remove(KeyValuePair< TKey, TValue > keyValuePair)

References ReLogic.Peripherals.RGB.HotkeyCollection._keys, and System.Collections.Generic.Dictionary< TKey, TValue >.Remove().

Referenced by ReLogic.Peripherals.RGB.ChromaEngine.UnbindKey().