Properties_T_MSCLoader_SettingsKeybind - piotrulos/MSCModLoader GitHub Wiki
| GetKeybindValue | Get the current keybind combination as string (if no modifier, only key will be displayed) (do not parse this value for input checking) |
| GetKeyValue | Get the current set key for keybind as KeyCode (do not use this value for input checking) |
| GetModifierValue | 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) |