Table of Contents

Module: core mudlib/core.py

Provides support for in-game objects and containers.

The core module contains base classes for the most basic of in-world entities: Object, from which all in-game entities should be derived; and Container, which is an object that can hold other objects

Imported modules   
import callout
from constants import *
import language
from org.bluesock.bluemud.driver import Driver
from org.bluesock.bluemud.lib import MudObject
import parser
import random
import stdlib
import stdprops
import string
import utils
Classes   
Container

Container base class. Containers can hold other objects.

Object

The super-class of all in-game objects.


Table of Contents

This document was automatically generated on Thu Jan 24 08:57:43 2002 by HappyDoc version 2.0