Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/snd/
Dsnd_Voice.cpp266 m_IsStarted( false ), in Voice()
568 m_IsStarted = false; in Initialize()
581 if ( m_IsStarted ) in Stop()
584 m_IsStarted = false; in Stop()
599 if ( m_IsStarted ) in StopFinished()
608 m_IsStarted = false; in StopFinished()
673 if ( m_IsStart && !m_IsStarted ) in Update()
679 m_IsStarted = true; in Update()
687 if ( m_IsStarted ) in Update()
1044 m_IsStarted = false; in InitParam()
/NW4C-1.3.3/include/nw/snd/
Dsnd_Voice.h262 bool m_IsStarted; variable