TinyMUSH 3.3
TinyMUSH Server
|
Player cache routines. More...
#include "config.h"
#include "constants.h"
#include "typedefs.h"
#include "macros.h"
#include "externs.h"
#include "prototypes.h"
Functions | |
void | pcache_init (void) |
void | pcache_reload1 (dbref player, PCACHE *pp) |
PCACHE * | pcache_find (dbref player) |
void | pcache_reload (dbref player) |
void | pcache_save (PCACHE *pp) |
void | pcache_trim (void) |
void | pcache_sync (void) |
int | a_Queue (dbref player, int adj) |
void | s_Queue (dbref player, int val) |
int | QueueMax (dbref player) |
int | Pennies (dbref obj) |
void | s_Pennies (dbref obj, int howfew) |
Variables | |
HASHTAB | pcache_htab |
PCACHE * | pcache_head |
Player cache routines.