MCPcopy Create free account
hub / github.com/StrongPC123/Far-Cry-1-Source-Full / IsUsingChannel

Method IsUsingChannel

CrySoundSystem/Sound.cpp:1174–1179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1172}
1173
1174bool CSound::IsUsingChannel()
1175{
1176 if (m_nChannel >=0)
1177 return true;
1178 return false;
1179}
1180
1181//////////////////////////////////////////////////////////////////////////
1182void CSound::AddEventListener( ISoundEventListener *pListener )

Callers 1

UpdateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected