Developer Documentation
Documentation sourced directly from the mudlib and driver source trees. Select a section below or use the search box.
lpc
48
LPC language reference — syntax, types, closures, and more
efun
343
Driver built-in functions (efuns) callable from LPC
applied
23
Functions the driver calls on objects (driver-applied lfuns)
hook
32
Driver hooks — driver-to-mudlib event callbacks
master
52
Functions applied to the master object only
concepts
69
General LPC and LPMUD concepts
driver
24
Driver internals and runtime behaviour
structs
2
LPC struct type documentation
deprecated
38
Features removed or deprecated in the current driver
obsolete
116
Optional efuns available only when compiled into the driver (e.g. MCCP, TLS)
sefun
56
Simulated efuns — mudlib-provided efun extensions
lfun
50
Mudlib object lfuns and their calling interfaces
std
33
Standard base objects — inherit these to build game objects
prop
110
Property names (P_*) and their semantics
obj
22
Standard clonable objects
lib
16
Inherit-only utility modules
daemons
10
Singleton daemon objects and their public interfaces
internals
2
Mudlib internals
intro
12
Introductory guides for new mudlib developers
w
64
Wizard command reference
other
7
Miscellaneous MUD-related documents
papers
14
Academic and technical papers on MUD development
examples
4
Code examples and tutorials