Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/snd/
Dsnd_BasicSound.cpp65 m_PlayerState = PLAYER_STATE_INIT; in Initialize()
74 m_PlayerState = PLAYER_STATE_INIT; in Initialize()
173 m_PlayerState = PLAYER_STATE_STOP; in Finalize()
246 ( m_PlayerState != PLAYER_STATE_PLAY ) || in Stop()
400 m_PlayerState = PLAYER_STATE_PLAY; in Update()
405 if ( m_PlayerState == PLAYER_STATE_PLAY ) in Update()
/NW4C-1.3.3/include/nw/snd/
Dsnd_BasicSound.h427 PlayerState m_PlayerState; variable