Documentation ¶
Overview ¶
The zones package implements WolfMUD's high level zone loading. Zones are used to group together multiple Thing into manageable groups. Zones can be used to put together a universe, a world, a city, a town, a complex building or a patch of forest. A zone can be a single Thing or a few thousand but typically each zone will have a few hundred Thing which represent everything within an area of the game. Each zone is then linked together to make up the complete game world.
Each zone is represented as a simple plain text file laid out in the WolfMUD Record Jar format. It is the job of the zone package to coordinate the loading of these files and to assemble everything in the world. For more details on the format see the recordjar package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.