Tao.PhysFs SDK Documentation |
|
Fs.PHYSFS_ArchiveInfo Constructor
Creates a PHYSFS_ArchiveInfo structure.
[Visual Basic]
Public Sub New( _
ByVal
extension As
String, _
ByVal
description As
String, _
ByVal
author As
String, _
ByVal
url As
String _
)
Parameters
-
extension
- The archive's file extension.
-
description
- The description of the archive.
-
author
- Who created this implementation.
-
url
- The URL of the archive.
See Also
Fs.PHYSFS_ArchiveInfo Class | Tao.PhysFs Namespace