Class Room
In: lib/core/room.rb
Parent: GameObject
Room
GameObject
TopLevel

The Room class is the mother of all rooms.

Methods

arrive   describe   describe_exits   new  

Public Class methods

Create a new Room object

name
The displayed name of the room
owner
The owner id of this room
return
A handle to the new Room.

Public Instance methods

Event :arrive

e
The event
return
Undefined

Event :describe

e
The event
return
Undefined

Event :describe_exits

e
The event
return
Undefined

[Validate]