AmbientSoundSetDayVolume(object, int)

エリアの日中背景音の音量を変更します。

void AmbientSoundSetDayVolume(
    object oArea,
    int nVolume
);

Parameters

oArea

変更するエリア

nVolume

0 - 100


Description

oAreaの日中背景音のボリュームを設定します。



Remarks

例はAmbientSoundChangeDayを見てください。


Note: これはクライアントオプションの音響スライダーは変更しません。これはサーバ側の音量に関係し、それ自身はクライアント音量設定の影響を受けます。


Version

1.22

Example

// 例はAmbientSoundChangeDayを見てください。

See Also

functions: AmbientSoundChangeDay | AmbientSoundChangeNight | AmbientSoundPlay | AmbientSoundSetNightVolume | AmbientSoundStop
categories: Area Functions | Sound Effects Functions


author: Iskander Merriman, JP team: Redondo
Send comments on this topic.