Rechercher une page de manuel
PHYSFS_ArchiveInfo
Langue: en
Version: 353915 (ubuntu - 24/10/10)
Section: 3 (Bibliothèques de fonctions)
Sommaire
- NAME
- SYNOPSIS
- Detailed Description
- Field Documentation
- const char* PHYSFS_ArchiveInfo::authorPerson who did support for this archive.
- const char* PHYSFS_ArchiveInfo::descriptionHuman-readable archive description.
- const char* PHYSFS_ArchiveInfo::extensionArchive file extension: 'ZIP', for example.
- const char* PHYSFS_ArchiveInfo::urlURL related to this archive
- Author
NAME
PHYSFS_ArchiveInfo -Information on various PhysicsFS-supported archives.
SYNOPSIS
#include <physfs.h>
Data Fields
const char * extension
const char * description
const char * author
const char * url
Detailed Description
Information on various PhysicsFS-supported archives.
This structure gives you details on what sort of archives are supported by this implementation of PhysicsFS. Archives tend to be things like ZIP files and such.
Warning:
- Not all binaries are created equal! PhysicsFS can be built with or without support for various archives. You can check with PHYSFS_supportedArchiveTypes() to see if your archive type is supported.
See also:
- PHYSFS_supportedArchiveTypes
Field Documentation
const char* PHYSFS_ArchiveInfo::authorPerson who did support for this archive.
const char* PHYSFS_ArchiveInfo::descriptionHuman-readable archive description.
const char* PHYSFS_ArchiveInfo::extensionArchive file extension: 'ZIP', for example.
const char* PHYSFS_ArchiveInfo::urlURL related to this archive
Author
Generated automatically by Doxygen for physfs from the source code.
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre