C# Class Files.IFF.GLOB

This chunk type contains a filename to a semi-global IFF file, without the file extension. Semi-global files define shared common resources that are typically used in several other IFF files. A GLOB chunk, when present, allows other chunks in the same file to reference the semi-global file's resources.
Inheritance: IFFChunk
Afficher le fichier Open project: Afr0Games/Project-Dollhouse Class Usage Examples

Méthodes publiques

Свойство Type Description
SemiGlobalIFF string

Méthodes publiques

Méthode Description
GLOB ( IFFChunk BaseChunk ) : System.IO

Method Details

GLOB() public méthode

public GLOB ( IFFChunk BaseChunk ) : System.IO
BaseChunk IFFChunk
Résultat System.IO

Property Details

SemiGlobalIFF public_oe property

public string SemiGlobalIFF
Résultat string