|
Panda3D
|
A list of VirtualFiles, as returned by VirtualFile.scan_directory(). More...
Public Member Functions | |
| VirtualFile | getFile (int n) |
| Returns the nth file in the list. | |
| list | getFiles () |
| int | getNumFiles () |
| Returns the number of files in the list. | |
| VirtualFileList | operator+ (VirtualFileList const other) |
| Returns a VirtualFileList representing the concatenation of the two lists. | |
| VirtualFileList | operator+= (VirtualFileList const other) |
| Appends the other list onto the end of this one. | |
| VirtualFile | operator[] (int n) |
| Returns the nth file in the list. | |
| int | size () |
| Returns the number of files in the list. | |
A list of VirtualFiles, as returned by VirtualFile.scan_directory().
| VirtualFile getFile | ( | int | n | ) |
Returns the nth file in the list.
| list getFiles | ( | ) |
| int getNumFiles | ( | ) |
Returns the number of files in the list.
| VirtualFileList operator+ | ( | VirtualFileList const | other | ) |
Returns a VirtualFileList representing the concatenation of the two lists.
| VirtualFileList operator+= | ( | VirtualFileList const | other | ) |
Appends the other list onto the end of this one.
| VirtualFile operator[] | ( | int | n | ) |
Returns the nth file in the list.
| int size | ( | ) |
Returns the number of files in the list.
1.7.3