C# 클래스 DoomRPG.Config

파일 보기 프로젝트 열기: Kyle873/DoomRPG

공개 프로퍼티들

프로퍼티 타입 설명
DRPGPath string
customCommands string
demo string
difficulty Difficulty
duplicate int
enableCheats bool
enableLogging bool
extraTics bool
hostname string
iwad IWAD
mapNumber int
mods List
modsPath string
multiplayer bool
multiplayerMode MultiplayerMode
patches List
players int
portPath string
rlClass DRLAClass
serverType ServerType
wipeWarning bool

공개 메소드들

메소드 설명
Load ( ) : void
Save ( ) : void

메소드 상세

Load() 공개 메소드

public Load ( ) : void
리턴 void

Save() 공개 메소드

public Save ( ) : void
리턴 void

프로퍼티 상세

DRPGPath 공개적으로 프로퍼티

public string DRPGPath
리턴 string

customCommands 공개적으로 프로퍼티

public string customCommands
리턴 string

demo 공개적으로 프로퍼티

public string demo
리턴 string

difficulty 공개적으로 프로퍼티

public Difficulty difficulty
리턴 Difficulty

duplicate 공개적으로 프로퍼티

public int duplicate
리턴 int

enableCheats 공개적으로 프로퍼티

public bool enableCheats
리턴 bool

enableLogging 공개적으로 프로퍼티

public bool enableLogging
리턴 bool

extraTics 공개적으로 프로퍼티

public bool extraTics
리턴 bool

hostname 공개적으로 프로퍼티

public string hostname
리턴 string

iwad 공개적으로 프로퍼티

public IWAD iwad
리턴 IWAD

mapNumber 공개적으로 프로퍼티

public int mapNumber
리턴 int

mods 공개적으로 프로퍼티

public List mods
리턴 List

modsPath 공개적으로 프로퍼티

public string modsPath
리턴 string

multiplayer 공개적으로 프로퍼티

public bool multiplayer
리턴 bool

multiplayerMode 공개적으로 프로퍼티

public MultiplayerMode multiplayerMode
리턴 MultiplayerMode

patches 공개적으로 프로퍼티

public List patches
리턴 List

players 공개적으로 프로퍼티

public int players
리턴 int

portPath 공개적으로 프로퍼티

public string portPath
리턴 string

rlClass 공개적으로 프로퍼티

public DRLAClass rlClass
리턴 DRLAClass

serverType 공개적으로 프로퍼티

public ServerType serverType
리턴 ServerType

wipeWarning 공개적으로 프로퍼티

public bool wipeWarning
리턴 bool