MCPcopy Create free account
hub / github.com/TheForceEngine/TheForceEngine / getCaptionFiles

Function getCaptionFiles

TheForceEngine/TFE_A11y/accessibility.cpp:268–268  ·  view source on GitHub ↗

Get the list of all caption files we detect in the Captions directories.

Source from the content-addressed store, hash-verified

266
267 // Get the list of all caption files we detect in the Captions directories.
268 FilePathList getCaptionFiles() { return s_captionFileList; }
269
270 // The name and path of the currently selected Caption file
271 FilePath getCurrentCaptionFile() { return s_currentCaptionFile; }

Callers 1

configA11yFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected