C# 클래스 TShockAPI.ServerSideCharacters.ServerSideConfig

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

공개 메소드들

메소드 설명
DumpDescriptions ( ) : void

Dumps all configuration options to a text file in Markdown format

Read ( string path ) : ServerSideConfig
Write ( string path ) : void

메소드 상세

DumpDescriptions() 공개 정적인 메소드

Dumps all configuration options to a text file in Markdown format
public static DumpDescriptions ( ) : void
리턴 void

Read() 공개 정적인 메소드

public static Read ( string path ) : ServerSideConfig
path string
리턴 ServerSideConfig

Write() 공개 메소드

public Write ( string path ) : void
path string
리턴 void