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
显示文件 Open project: Afr0Games/Project-Dollhouse Class Usage Examples

Public Properties

Property Type Description
SemiGlobalIFF string

Public Methods

Method Description
GLOB ( IFFChunk BaseChunk ) : System.IO

Method Details

GLOB() public method

public GLOB ( IFFChunk BaseChunk ) : System.IO
BaseChunk IFFChunk
return System.IO

Property Details

SemiGlobalIFF public_oe property

public string SemiGlobalIFF
return string