Home
last modified time | relevance | path

Searched refs:ReadGlobalVariable (Results 1 – 3 of 3) sorted by relevance

/NW4C-1.3.3/include/nw/snd/
Dsnd_SequenceSoundHandle.h520 static bool ReadGlobalVariable( int varNo, signed short* var ) in ReadGlobalVariable() function
522 return internal::SequenceSound::ReadGlobalVariable( varNo, var ); in ReadGlobalVariable()
Dsnd_SequenceSound.h150 static bool ReadGlobalVariable( int varNo, s16* var );
/NW4C-1.3.3/sources/libraries/snd/
Dsnd_SequenceSound.cpp643 bool SequenceSound::ReadGlobalVariable( int varNo, s16* var ) in ReadGlobalVariable() function in nw::snd::internal::SequenceSound