C# Class Files.IFF.STR

This chunk type holds text strings.
Inheritance: IFFChunk
显示文件 Open project: Afr0Games/Project-Dollhouse Class Usage Examples

Public Properties

Property Type Description
Version short

Public Methods

Method Description
GetString ( LanguageCodes LangCode, int Index ) : string

Gets a specific string for a specified language code.

GetStringList ( LanguageCodes LangCode ) : List

Returns a list of strings for a specified language code.

STR ( IFFChunk BaseChunk ) : System.Collections.Generic

Method Details

GetString() public method

Gets a specific string for a specified language code.
public GetString ( LanguageCodes LangCode, int Index ) : string
LangCode LanguageCodes The language code.
Index int The index of the string to retrieve.
return string

GetStringList() public method

Returns a list of strings for a specified language code.
public GetStringList ( LanguageCodes LangCode ) : List
LangCode LanguageCodes The language code to retrieve strings for.
return List

STR() public method

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

Property Details

Version public_oe property

public short Version
return short