VirtualFileMount

from panda3d.core import VirtualFileMount
class VirtualFileMount

Bases: TypedReferenceCount

The abstract base class for a mount definition used within a VirtualFileSystem. Normally users don’t need to monkey with this class directly.

Inheritance diagram

Inheritance diagram of VirtualFileMount

__init__(*args, **kwargs)
getClassType()

C++ Interface: get_class_type()

getFileSystem()

C++ Interface: get_file_system(VirtualFileMount self)

/**
  • Returns the file system this mount object is attached to.

*/

getMountFlags()

C++ Interface: get_mount_flags(VirtualFileMount self)

/**
  • Returns the set of flags passed by the user to the

  • VirtualFileSystem::mount() command.

*/

getMountPoint()

C++ Interface: get_mount_point(VirtualFileMount self)

/**
  • Returns the name of the directory within the virtual file system that this

  • mount object is attached to. This directory name will end with a slash.

*/

get_class_type()

C++ Interface: get_class_type()

get_file_system()

C++ Interface: get_file_system(VirtualFileMount self)

/**
  • Returns the file system this mount object is attached to.

*/

get_mount_flags()

C++ Interface: get_mount_flags(VirtualFileMount self)

/**
  • Returns the set of flags passed by the user to the

  • VirtualFileSystem::mount() command.

*/

get_mount_point()

C++ Interface: get_mount_point(VirtualFileMount self)

/**
  • Returns the name of the directory within the virtual file system that this

  • mount object is attached to. This directory name will end with a slash.

*/

output()

C++ Interface: output(VirtualFileMount self, ostream out)

/**

*/

write()

C++ Interface: write(VirtualFileMount self, ostream out)

/**

*/