C# 클래스 TagTool.TagDefinitions.MultilingualUnicodeStringList

파일 보기 프로젝트 열기: TheGuardians/TagTool 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Data byte[]
Strings List

공개 메소드들

메소드 설명
GetString ( LocalizedString str, GameLanguage language ) : string

Gets the value of a string in a given language.

SetString ( LocalizedString str, GameLanguage language, string newValue ) : void

Sets the value of a string for a given language.

비공개 메소드들

메소드 설명
GetStringLength ( int offset ) : int

메소드 상세

GetString() 공개 메소드

Gets the value of a string in a given language.
public GetString ( LocalizedString str, GameLanguage language ) : string
str LocalizedString The string.
language GameLanguage The language.
리턴 string

SetString() 공개 메소드

Sets the value of a string for a given language.
public SetString ( LocalizedString str, GameLanguage language, string newValue ) : void
str LocalizedString The string.
language GameLanguage The language.
newValue string The new value. Can be null.
리턴 void

프로퍼티 상세

Data 공개적으로 프로퍼티

Gets or sets the data block containing every string.
public byte[] Data
리턴 byte[]

Strings 공개적으로 프로퍼티

Gets or sets the strings in the list.
public List Strings
리턴 List