Module: Olib
- Defined in:
- lib/Olib/group.rb,
lib/Olib.rb,
lib/Olib/item.rb,
lib/Olib/creature.rb,
lib/Olib/extender.rb,
lib/Olib/container.rb,
lib/Olib/creatures.rb,
lib/Olib/help_menu.rb,
lib/Olib/transport.rb,
lib/Olib/dictionary.rb
Overview
a collection for managing all of the creatures in a room
Defined Under Namespace
Classes: Container, Creature, Creatures, Gameobj_Extender, Gemstone_Regex, Group, HelpMenu, Item, Transport
Class Method Summary collapse
Class Method Details
.do(action, re) ⇒ Object
2 3 4 |
# File 'lib/Olib.rb', line 2 def Olib.do(action, re) dothistimeout action, 5, re end |