C# Class Files.IFF.CTSS

Inheritance: IFFChunk
ファイルを表示 Open project: Afr0Games/Project-Dollhouse Class Usage Examples

Public Properties

Property Type Description
Version short

Public Methods

Method Description
CTSS ( IFFChunk BaseChunk ) : System.Collections.Generic
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.

Method Details

CTSS() public method

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

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

Property Details

Version public_oe property

public short Version
return short