VirtualFileList
from panda3d.core import VirtualFileList
- class VirtualFileList
Bases:
ReferenceCount
A list of VirtualFiles, as returned by VirtualFile::scan_directory().
Inheritance diagram
- __init__(*args, **kwargs)
- getFile()
C++ Interface: get_file(VirtualFileList self, int n)
- /**
Returns the nth file in the list.
*/
- getFiles()
- getNumFiles()
C++ Interface: get_num_files(VirtualFileList self)
- /**
Returns the number of files in the list.
*/
- get_file()
C++ Interface: get_file(VirtualFileList self, int n)
- /**
Returns the nth file in the list.
*/
- get_files()