Home
last modified time | relevance | path

Searched defs:delayMinSeconds (Results 1 – 2 of 2) sorted by relevance

/dports/games/scummvm/scummvm-2.5.1/engines/bladerunner/
H A Dambient_sounds.cpp115 uint32 delayMinSeconds, uint32 delayMaxSeconds, in addSound()
157 void AmbientSounds::addSpeech(int actorId, int sentenceId, uint32 delayMinSeconds, uint32 delayMaxS… in addSpeech()
388 uint32 delayMinSeconds, uint32 delayMaxSeconds, in addSoundByName()
/dports/games/scummvm/scummvm-2.5.1/engines/bladerunner/script/
H A Dscript.cpp1231 void ScriptBase::Ambient_Sounds_Add_Sound(int sfxId, uint32 delayMinSeconds, uint32 delayMaxSeconds… in Ambient_Sounds_Add_Sound()
1241 …se::Ambient_Sounds_Add_Speech_Sound(int actorId, int sentenceId, uint32 delayMinSeconds, uint32 de… in Ambient_Sounds_Add_Speech_Sound()