C# 클래스 FSO.Client.GameContent.ContentStrings

파일 보기 프로젝트 열기: RHY3756547/FreeSO

공개 메소드들

메소드 설명
ContentStrings ( ) : System
GetString ( string table, string id ) : string

Gets a string in the specified table with the specified ID.

GetString ( string dir, string table, string id ) : string

Gets a string from the specified directory in the specified table with the specified ID.

Load ( string dirName, string basePath ) : void

Loads all string tables from a specified directory.

this ( string dir, string table, string id ) : string

메소드 상세

ContentStrings() 공개 메소드

public ContentStrings ( ) : System
리턴 System

GetString() 공개 메소드

Gets a string in the specified table with the specified ID.
public GetString ( string table, string id ) : string
table string Name of string table (*.cst).
id string ID of string.
리턴 string

GetString() 공개 메소드

Gets a string from the specified directory in the specified table with the specified ID.
public GetString ( string dir, string table, string id ) : string
dir string Directory containing string table.
table string Name of string table (*.cst).
id string ID of string.
리턴 string

Load() 공개 메소드

Loads all string tables from a specified directory.
public Load ( string dirName, string basePath ) : void
dirName string Name of directory containing string tables.
basePath string Base path of directory.
리턴 void

this() 공개 메소드

public this ( string dir, string table, string id ) : string
dir string
table string
id string
리턴 string