C# Class SagaMap.MapConfig

Show file Open project: Willyham/SagaRO2 Class Usage Examples

Public Properties

Property Type Description
LogLevel int
ifSQL int

Public Methods

Method Description
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.

Method Details

MapConfig() public method

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
return System

SaveConfig() public method

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

Property Details

LogLevel public property

public int LogLevel
return int

ifSQL public property

public int ifSQL
return int