Class Index | File Index

Classes


Class ROT.Map.Dungeon


Extends ROT.Map.
Dungeon map: has rooms and corridors
Defined in: <rot.js>.

Class Summary
Constructor Attributes Constructor Name and Description
 
ROT.Map.Dungeon(width, height)
Method Summary
Method Attributes Method Name and Description
 
Get all generated corridors
 
Get all generated rooms
Methods borrowed from class ROT.Map:
create
Class Detail
ROT.Map.Dungeon(width, height)
Parameters:
width
height
Method Detail
{ROT.Map.Feature.Corridor[]} getCorridors()
Get all generated corridors
Returns:
{ROT.Map.Feature.Corridor[]}

{ROT.Map.Feature.Room[]} getRooms()
Get all generated rooms
Returns:
{ROT.Map.Feature.Room[]}

Documentation generated by JsDoc Toolkit 2.4.0 on Fri Mar 08 2013 11:07:30 GMT+0100 (CET)