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

Thinger is a proxy, used to protect the Database Table from direct manipulation

  thingmaker = Thinger.new IOobject
  thingmaker.make 'blue apple', 'this is a blue apple', HardLine.(IOobject).new.request('http://mysite.com/script.rb')

Methods

locate   make   new   save   sync   uniqueids  

Attributes

clothing  [RW] 
container  [RW] 
description  [RW] 
name  [RW] 
platform  [RW] 
portable  [RW] 
script  [RW] 
strength  [RW] 
visible  [RW] 
weight  [RW] 

Public Class methods

Set inside the Simulation

Public Instance methods

Returns a Thing by uniqueid

Creates a Thing and drops it inside the current room

Saves this Thing into the Database

Returns an array of uniqueids

[Validate]