P_MSCLoader_SettingsKeybind_GetModifierValue - piotrulos/MSCModLoader GitHub Wiki
GetModifierValue Property
Get the current set modifier for keybind as KeyCode (if no modifier, KeyCode.None will be returned) (do not use this value for input checking)
Definition
Namespace: MSCLoader
Assembly: MSCLoader (in MSCLoader.dll) Version: 1.4.2.410
C#
public KeyCode GetModifierValue { get; }
Property Value
KeyCode
See Also
Reference
SettingsKeybind Class
MSCLoader Namespace