Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/snd/
Dsnd_Channel.h192 void SetKeyGroupId( u8 id ) { m_KeyGroupId = id; } in SetKeyGroupId()
193 u8 GetKeyGroupId() const { return m_KeyGroupId; } in GetKeyGroupId()
256 u8 m_KeyGroupId; variable
/NW4C-1.2.23/sources/libraries/snd/
Dsnd_Channel.cpp155 m_KeyGroupId = 0; in InitParam()