Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/snd/
Dsnd_SoundStartable.h316 int playerPriority; member
Dsnd_SoundArchive.h137 int playerPriority; //!< サウンドを再生するときのプレイヤープライオリティの値です。 member
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_SoundArchivePlayer.cpp799 int playerPriority = soundInfo.playerPriority; in detail_SetupSoundImpl() local
812 playerPriority = startInfo->playerPriority; in detail_SetupSoundImpl()
829 int priority = playerPriority; in detail_SetupSoundImpl()
1096 sound->SetPlayerPriority( playerPriority ); in detail_SetupSoundImpl()
Dsnd_SoundArchiveFileReader.cpp212 info->playerPriority = data->GetPlayerPriority(); in ReadSoundInfo()