MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / zFMVFileGetName

Function zFMVFileGetName

src/SB/Game/zFMV.cpp:46–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46char* zFMVFileGetName(eFMVFile fileEnum)
47{
48 for (S32 i = 0; i < eFMVFileCount; i++)
49 {
50 if (fileEnum == zFMVFileTable[i].type)
51 {
52 return zFMVFileTable[i].fileName;
53 }
54 }
55
56 return NULL;
57}

Callers 2

ZDSP_elcb_eventFunction · 0.70
zMenuLoopFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected