Window_Options.d overview
Table of contents
- utils
- OptionSymbol (type alias)
- VolumeOptionSymbol (type alias)
- Window_Options (class)
- makeCommandList (method)
- addGeneralOptions (method)
- addVolumeOptions (method)
- drawItem (method)
- statusWidth (method)
- statusText (method)
- isVolumeSymbol (method)
- booleanStatusText (method)
- volumeStatusText (method)
- processOk (method)
- cursorRight (method)
- cursorLeft (method)
- changeVolume (method)
- volumeOffset (method)
- changeValue (method)
- getConfigValue (method)
- setConfigValue (method)
utils
OptionSymbol (type alias)
Signature
export declare type OptionSymbol = 'alwaysDash' | 'commandRemember' | 'touchUI' | VolumeOptionSymbol
VolumeOptionSymbol (type alias)
Signature
export declare type VolumeOptionSymbol = 'bgmVolume' | 'bgsVolume' | 'meVolume' | 'seVolume'
Window_Options (class)
Window_Options
The window for changing various settings on the options screen.
Signature
export declare class Window_Options
makeCommandList (method)
Signature
makeCommandList(): void
addGeneralOptions (method)
Signature
addGeneralOptions(): void
addVolumeOptions (method)
Signature
addVolumeOptions(): void
drawItem (method)
Signature
drawItem(index: number): void
statusWidth (method)
Signature
statusWidth(): number
statusText (method)
Signature
statusText(index: number): string
isVolumeSymbol (method)
Signature
isVolumeSymbol(symbol: OptionSymbol): symbol is VolumeOptionSymbol
booleanStatusText (method)
Signature
booleanStatusText(value: boolean): "ON" | "OFF"
volumeStatusText (method)
Signature
volumeStatusText(value: number): string
processOk (method)
Signature
processOk(): void
cursorRight (method)
Signature
cursorRight(): void
cursorLeft (method)
Signature
cursorLeft(): void
changeVolume (method)
Signature
changeVolume<T extends VolumeOptionSymbol>(symbol: T, forward: boolean, wrap: boolean): void
volumeOffset (method)
Signature
volumeOffset(): number
changeValue (method)
Signature
changeValue(symbol: OptionSymbol, value: boolean | number): void
getConfigValue (method)
Signature
getConfigValue<T extends OptionSymbol>(symbol: T): typeof ConfigManager[T]
setConfigValue (method)
Signature
setConfigValue<T extends OptionSymbol>(symbol: T, volume: typeof ConfigManager[T]): void