mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-29 06:13:22 +00:00
buildFileList -> buildDirEntList to emphasize that dirs can be returned. (pt2)
This was SVN commit r4310.
This commit is contained in:
@@ -1349,7 +1349,7 @@ JSFunctionSpec ScriptFunctionTable[] =
|
||||
JS_FUNC(createServer, createServer, 0)
|
||||
|
||||
// VFS (external)
|
||||
JS_FUNC(buildFileList, JSI_VFS::BuildFileList, 1)
|
||||
JS_FUNC(buildDirEntList, JSI_VFS::BuildDirEntList, 1)
|
||||
JS_FUNC(getFileMTime, JSI_VFS::GetFileMTime, 1)
|
||||
JS_FUNC(getFileSize, JSI_VFS::GetFileSize, 1)
|
||||
JS_FUNC(readFile, JSI_VFS::ReadFile, 1)
|
||||
|
||||
Reference in New Issue
Block a user