C# 클래스 SagaMap.MapConfig

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

공개 프로퍼티들

프로퍼티 타입 설명
LogLevel int
ifSQL int

공개 메소드들

메소드 설명
MapConfig ( ) : System

Upon creation the MapConfig will read the "map.config" file that should be present in the same dir as the mapserver executable. All attributes will be set during creation.

SaveConfig ( ) : void

Save the current settings to the "map.config" file.

메소드 상세

MapConfig() 공개 메소드

Upon creation the MapConfig will read the "map.config" file that should be present in the same dir as the mapserver executable. All attributes will be set during creation.
public MapConfig ( ) : System
리턴 System

SaveConfig() 공개 메소드

Save the current settings to the "map.config" file.
public SaveConfig ( ) : void
리턴 void

프로퍼티 상세

LogLevel 공개적으로 프로퍼티

public int LogLevel
리턴 int

ifSQL 공개적으로 프로퍼티

public int ifSQL
리턴 int