C# Class Files.IFF.CST

That's 'C' 'S' 'T' '\0'. Equivalent in format to STR#. Whether or not this chunk type relates with Caret-separated text is unknown.
Inheritance: IFFChunk
Exibir arquivo Open project: Afr0Games/Project-Dollhouse Class Usage Examples

Public Properties

Property Type Description
Version short

Public Methods

Method Description
CST ( IFFChunk BaseChunk ) : System.Collections.Generic
GetString ( LanguageCodes LangCode, int Index ) : string

Method Details

CST() public method

public CST ( IFFChunk BaseChunk ) : System.Collections.Generic
BaseChunk IFFChunk
return System.Collections.Generic

GetString() public method

public GetString ( LanguageCodes LangCode, int Index ) : string
LangCode LanguageCodes
Index int
return string

Property Details

Version public_oe property

public short Version
return short