AmbientSoundChangeNight(object, int)

エリアの夜間背景音を変更します。

void AmbientSoundChangeNight(
    object oArea,
    int nTrack
);

Parameters

oArea

変更したいエリア

nTrack

使用する背景音サウンドトラック


Description

oAreaの夜間の背景音をnTrackへ変更します。



Remarks

詳細はAmbientSoundChangeDayを見てください。


Known Bugs

BioWareが使う背景音の定数が公開されていません。


Version

1.22

Example

// See AmbientSoundChangeDay

See Also

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


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