Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/snd/
Dsnd_BasicSound.cpp65 m_PlayerState = PLAYER_STATE_INIT; in Initialize()
74 m_PlayerState = PLAYER_STATE_INIT; in Initialize()
162 m_PlayerState = PLAYER_STATE_STOP; in Finalize()
235 ( m_PlayerState != PLAYER_STATE_PLAY ) || in Stop()
389 m_PlayerState = PLAYER_STATE_PLAY; in Update()
394 if ( m_PlayerState == PLAYER_STATE_PLAY ) in Update()
/NW4C-1.2.23/include/nw/snd/
Dsnd_BasicSound.h406 PlayerState m_PlayerState; variable