C# Class Dwarrowdelf.Server.Fortress.DungeonWorldCreator

ファイルを表示 Open project: tomba/dwarrowdelf Class Usage Examples

Public Methods

Method Description
DungeonWorldCreator ( World world ) : System
InitializeWorld ( World world, IntSize3 size ) : void

Private Methods

Method Description
CreateDebugMonsterAtEntry ( ) : void
CreateMonsters ( ) : void
CreateRandomLiving ( int z ) : LivingObject
CreateTerrain ( IntSize3 size ) : void
GetLocNearEntry ( EnvironmentObject env ) : IntVector3?
GetRandomRoomLoc ( EnvironmentObject env, IntGrid2Z &grid ) : IntVector3?

Method Details

DungeonWorldCreator() public method

public DungeonWorldCreator ( World world ) : System
world World
return System

InitializeWorld() public method

public InitializeWorld ( World world, IntSize3 size ) : void
world World
size IntSize3
return void