Home
last modified time | relevance | path

Searched refs:m_KeyGroupId (Results 1 – 2 of 2) sorted by relevance

/NW4C-2.0.3/include/nw/snd/
Dsnd_Channel.h194 void SetKeyGroupId( u8 id ) { m_KeyGroupId = id; } in SetKeyGroupId()
195 u8 GetKeyGroupId() const { return m_KeyGroupId; } in GetKeyGroupId()
258 u8 m_KeyGroupId; variable
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_Channel.cpp157 m_KeyGroupId = 0; in InitParam()