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.
|