KeyBindSetting
new KeyBindSetting(String name, String description)
new KeyBindSetting(String name, String description)creates a new KeyBindSetting please check Registering a new setting for how to correctly use this.
getValue(): KeyBind
getValue(): KeyBindReturns the current value of the setting.
Sets the value of the setting.
getName(): String
getName(): StringGives the name of the setting.
getDescription(): String
getDescription(): StringReturns the description of the setting.
setHidden(boolean hidden): void
setHidden(boolean hidden): voidAllows you to hide a setting from the menu.
setHidden() only works on settings that have been initiated by scripts in the first place!
isHidden(boolean hidden): void
isHidden(boolean hidden): voidAllows you to hide a setting from the menu.
Last updated