[オプション]のデータを扱う、静的クラス。
Name | Type | Description |
---|---|---|
alwaysDash |
Boolean | [static] [常時ダッシュ] |
commandRemember |
Boolean | [static] [コマンド記憶] |
bgmVolume |
Number | [static] [BGM 音量] |
bgsVolume |
Number | [static] [BGS 音量] |
meVolume |
Number | [static] [ME 音量] |
seVolume |
Number | [static] [SE 音量] |
指定オプションを適用。
Name | Type | Description |
---|---|---|
config |
MV.ConfigData | オプションデータ |
オプションデータの読み込み。
オプションデータを生成して返す。
指定オプションデータのフラグを返す。
Name | Type | Description |
---|---|---|
config |
MV.ConfigData | オプションデータ |
name |
String | 設定名( ‘alwaysDash’, ‘commandRemember’ ) |
指定オプションデータの音量を返す。
Name | Type | Description |
---|---|---|
config |
MV.ConfigData | |
name |
String | 設定名( ‘bgmVolume’, ‘bgsVolume’, ‘meVolume’, ‘seVolume’ ) |
オプションデータの保存。