Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/snd/
Dsnd_SequenceSoundHandle.h534 static bool ReadGlobalVariable( int varNo, signed short* var ) in ReadGlobalVariable() function
536 return internal::SequenceSound::ReadGlobalVariable( varNo, var ); in ReadGlobalVariable()
Dsnd_SequenceSound.h152 static bool ReadGlobalVariable( int varNo, s16* var );
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_SequenceSound.cpp647 bool SequenceSound::ReadGlobalVariable( int varNo, s16* var ) in ReadGlobalVariable() function in nw::snd::internal::SequenceSound