Table of Contents

Module: door mudlib/door.py

Holds the Door class and the Key class for building doors that can be opened, closed, locked, and unlocked.

Doors are matched to keys via the key's setKeyCombination method and the door's setDoorLock method. The combination in these two must match and then that specific key will lock/unlock that specific door.

Imported modules   
import core
import language
from org.bluesock.bluemud.driver import Driver
import parser
import stdlib
import stdprops
Classes   
Door

This is a skeleton door. It will handle opening/closing, locking/unlocking,

Key

This is a basic key for unlocking/locking a door.


Table of Contents

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