Class PlaceBuilder
In: daimoku-server/builders.rb
Parent: GameObjectManager

PlaceBuilder is used to create and modify Places within the Game World

  placebuilder = PlaceBuilder.new IOobject
  placebuilder.build_east 'Asia', 'Never get into a land war in south east asia', HardLine.(IOobject).new.request('http://mysite.com/script.rb')

Methods

Attributes

description  [W] 
enterscript  [W] 
exitscript  [W] 
name  [W] 
script  [W] 

Public Class methods

Set inside the Simulation

Public Instance methods

Builds or modifies a Room below

Builds or modifies a Room to the East

Builds or modifies a Room to the North

Builds or modifies a Room to the South

Builds or modifies a Room above

Builds or modifies a Room to the West

Returns a Place by uniqueid

Saves this Thing into the Database

Returns an array of uniqueids

[Validate]