GetCreateSoundIgnoreLoopAreaInfo

LoadSoundMemなどで読み込むサウンドデータにループ範囲情報があっても無視するかどうかを取得する

version(!DX_NON_SOUND)
nothrow @nogc extern (C++, DxLib) extern
int
GetCreateSoundIgnoreLoopAreaInfo
()

Return Value

Type: int

dxlib_d.DxDataType.TRUE:無視する dxlib_d.DxDataType.FALSE:無視しない(デフォルト)

Meta