C# Class DoomRPG.Config

Exibir arquivo Open project: Kyle873/DoomRPG

Public Properties

Property Type Description
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

Public Methods

Method Description
Load ( ) : void
Save ( ) : void

Method Details

Load() public method

public Load ( ) : void
return void

Save() public method

public Save ( ) : void
return void

Property Details

DRPGPath public_oe property

public string DRPGPath
return string

customCommands public_oe property

public string customCommands
return string

demo public_oe property

public string demo
return string

difficulty public_oe property

public Difficulty difficulty
return Difficulty

duplicate public_oe property

public int duplicate
return int

enableCheats public_oe property

public bool enableCheats
return bool

enableLogging public_oe property

public bool enableLogging
return bool

extraTics public_oe property

public bool extraTics
return bool

hostname public_oe property

public string hostname
return string

iwad public_oe property

public IWAD iwad
return IWAD

mapNumber public_oe property

public int mapNumber
return int

mods public_oe property

public List mods
return List

modsPath public_oe property

public string modsPath
return string

multiplayer public_oe property

public bool multiplayer
return bool

multiplayerMode public_oe property

public MultiplayerMode multiplayerMode
return MultiplayerMode

patches public_oe property

public List patches
return List

players public_oe property

public int players
return int

portPath public_oe property

public string portPath
return string

rlClass public_oe property

public DRLAClass rlClass
return DRLAClass

serverType public_oe property

public ServerType serverType
return ServerType

wipeWarning public_oe property

public bool wipeWarning
return bool