Home
last modified time | relevance | path

Searched refs:playerPriority (Results 1 – 4 of 4) sorted by relevance

/NW4C-1.3.3/include/nw/snd/
Dsnd_SoundStartable.h314 int playerPriority; member
Dsnd_SoundArchive.h135 int playerPriority; //!< サウンドを再生するときのプレイヤープライオリティの値です。 member
/NW4C-1.3.3/sources/libraries/snd/
Dsnd_SoundArchivePlayer.cpp797 int playerPriority = soundInfo.playerPriority; in detail_SetupSoundImpl() local
810 playerPriority = startInfo->playerPriority; in detail_SetupSoundImpl()
827 int priority = playerPriority; in detail_SetupSoundImpl()
1094 sound->SetPlayerPriority( playerPriority ); in detail_SetupSoundImpl()
Dsnd_SoundArchiveFileReader.cpp210 info->playerPriority = data->GetPlayerPriority(); in ReadSoundInfo()