MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / HaveSound

Method HaveSound

source/sound.cpp:32–38  ·  view source on GitHub ↗

---------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

30}
31//---------------------------------------------------------------------------
32bool TSoundQueueItem::HaveSound(void)
33{
34 for(int i=0; i<MAX_SOUND_FILE_COUNT; i++)
35 if( File[i].Length() > 0 )
36 return true;
37 return false;
38}
39//---------------------------------------------------------------------------
40//
41//---------------------------------------------------------------------------

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected