Geas MUD, enter the Aventure!
Geas Home | Play the Game

[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

2.3.1.3 Standard library objects

These objects are more of the type of 'helper' classes. They don't qualify as objects in their own right, but they provide neat functionality for what they do.

`/lib/area_handler.c'
Manage big areas with simple layout. The object generates an area based on simple map along with a file containing descriptions for a reduced set of room types.

`/lib/bank.c'
Provides money changing support. Inherits /lib/trade for the basic money moving functionality.

`/lib/cache.c'
Cache for frequent file access. If you create an object that re-reads information from file frequently, this object will cut down on the file-access calls substantially.

`/lib/guild_support.c'
Support functions for guilds

`/lib/herb_support.c'
Support functions for herbs

`/lib/more.c'
More (file browsing) functionality

`/lib/pub.c'
Bar/pub functionality

`/lib/shop.c'
Shops of all kinds

`/lib/skill_raise.c'
Training of skills

`/lib/store_support.c'
Support functions for stores

`/lib/time.c'
Time handling routines

`/lib/trade.c'
Trade related support functionality



This document was generated by Ronny Wikh on July, 8 2003 using texi2html