VirtualFileList

from panda3d.core import VirtualFileList
class VirtualFileList

Bases:

Bases: ReferenceCount

A list of VirtualFiles, as returned by VirtualFile.scanDirectory().

Inheritance diagram

Inheritance diagram of VirtualFileList

__add__(other: VirtualFileList) VirtualFileList
__getitem__(n: int) VirtualFile

Returns the nth file in the list.

__iadd__(other: VirtualFileList) VirtualFileList
__init__(param0: VirtualFileList)
getFile(n: int) VirtualFile

Returns the nth file in the list.

getFiles() list
getNumFiles() int

Returns the number of files in the list.

size() int

Returns the number of files in the list.