C# Class Dwarrowdelf.Server.Fortress.FortressGame

Inheritance: Dwarrowdelf.Server.GameEngine
ファイルを表示 Open project: tomba/dwarrowdelf Class Usage Examples

Public Methods

Method Description
FortressGame ( SaveGameContext ctx ) : System
FortressGame ( string gameDir, GameOptions options ) : System

Private Methods

Method Description
CreateDwarf ( int i ) : LivingObject
CreatePlayer ( int playerNum, EnvironmentObject env ) : Player
FindStartLocation ( EnvironmentObject env, IntVector3 pos ) : IntGrid2Z?
TestStartArea ( EnvironmentObject env, IntGrid2Z r ) : bool

Method Details

FortressGame() public method

public FortressGame ( SaveGameContext ctx ) : System
ctx SaveGameContext
return System

FortressGame() public method

public FortressGame ( string gameDir, GameOptions options ) : System
gameDir string
options Dwarrowdelf.GameOptions
return System