TinyMUSH 3.3
TinyMUSH Server
Loading...
Searching...
No Matches
Functions | Variables
vattr.c File Reference

Manages the user-defined attributes. More...

#include "config.h"
#include "constants.h"
#include "typedefs.h"
#include "macros.h"
#include "externs.h"
#include "prototypes.h"
#include <ctype.h>
#include <string.h>
Include dependency graph for vattr.c:

Functions

void vattr_init (void)
 
VATTRvattr_find (char *name)
 
VATTRvattr_alloc (char *name, int flags)
 
VATTRvattr_define (char *name, int number, int flags)
 
void vattr_delete (char *name)
 
VATTRvattr_rename (char *name, char *newname)
 
VATTRvattr_first (void)
 
VATTRvattr_next (VATTR *vp)
 
void fixcase (char *name)
 
char * store_string (char *str)
 

Variables

char * stringblock = (char *)0
 
int stringblock_hwm = 0
 

Detailed Description

Manages the user-defined attributes.

Author
TinyMUSH development team (https://github.com/TinyMUSH)
Version
3.3
Date
2021-01-04