MusicBackgroundStop(object)

現在選択されているBGMの演奏をストップします。

void MusicBackgroundStop(
    object oArea
);

Parameters

oArea

対象とするエリア


Description

BGMの演奏を終えます。



Version

1.22

Example

object oArea = GetArea(OBJECT_SELF);
MusicBackgroundStop(oArea);

See Also

categories: Area Functions | Music Effects Functions


author: Michael Nork, editor: Jeff Lindsey, JP team: Redondo
Send comments on this topic.