C# 클래스 KLFServer.ServerSettings

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

공개 프로퍼티들

프로퍼티 타입 설명
_httpPort int
_port int
_updatesPerSecond float
autoHost bool
autoRestart bool
joinMessage String
localAddress IPAddress
maxClients int
messageFloodLimit int
messageFloodThrottleTime int
saveScreenshots bool
screenshotBacklog int
screenshotFloodLimit int
screenshotFloodThrottleTime int
screenshotInterval int
screenshotSettings ScreenshotSettings
serverInfo String
totalInactiveShips byte

공개 메소드들

메소드 설명
readConfigFile ( ) : void
writeConfigFile ( ) : void

메소드 상세

readConfigFile() 공개 메소드

public readConfigFile ( ) : void
리턴 void

writeConfigFile() 공개 메소드

public writeConfigFile ( ) : void
리턴 void

프로퍼티 상세

_httpPort 공개적으로 프로퍼티

public int _httpPort
리턴 int

_port 공개적으로 프로퍼티

public int _port
리턴 int

_updatesPerSecond 공개적으로 프로퍼티

public float _updatesPerSecond
리턴 float

autoHost 공개적으로 프로퍼티

public bool autoHost
리턴 bool

autoRestart 공개적으로 프로퍼티

public bool autoRestart
리턴 bool

joinMessage 공개적으로 프로퍼티

public String joinMessage
리턴 String

localAddress 공개적으로 프로퍼티

public IPAddress localAddress
리턴 IPAddress

maxClients 공개적으로 프로퍼티

public int maxClients
리턴 int

messageFloodLimit 공개적으로 프로퍼티

public int messageFloodLimit
리턴 int

messageFloodThrottleTime 공개적으로 프로퍼티

public int messageFloodThrottleTime
리턴 int

saveScreenshots 공개적으로 프로퍼티

public bool saveScreenshots
리턴 bool

screenshotBacklog 공개적으로 프로퍼티

public int screenshotBacklog
리턴 int

screenshotFloodLimit 공개적으로 프로퍼티

public int screenshotFloodLimit
리턴 int

screenshotFloodThrottleTime 공개적으로 프로퍼티

public int screenshotFloodThrottleTime
리턴 int

screenshotInterval 공개적으로 프로퍼티

public int screenshotInterval
리턴 int

screenshotSettings 공개적으로 프로퍼티

public ScreenshotSettings screenshotSettings
리턴 ScreenshotSettings

serverInfo 공개적으로 프로퍼티

public String serverInfo
리턴 String

totalInactiveShips 공개적으로 프로퍼티

public byte totalInactiveShips
리턴 byte