TinyMUSH 3.3
TinyMUSH Server
Loading...
Searching...
No Matches
Public Attributes | List of all members
flag_entry Struct Reference

Flags related typedefs. More...

#include <typedefs.h>

Public Attributes

const char * flagname
 
int flagvalue
 
char flaglett
 
int flagflag
 
int listperm
 
int(* handler )(dbref, dbref, int, int, int)
 

Detailed Description

Flags related typedefs.

Information about object flags.

Member Data Documentation

◆ flagflag

int flag_entry::flagflag

Ctrl flags for this flag (recursive? :-)

◆ flaglett

char flag_entry::flaglett

Flag letter for listing

◆ flagname

const char* flag_entry::flagname

Name of the flag

◆ flagvalue

int flag_entry::flagvalue

Which bit in the object is the flag

◆ handler

int(* flag_entry::handler) (dbref, dbref, int, int, int)

Handler for setting/clearing this flag

◆ listperm

int flag_entry::listperm

Who sees this flag when set


The documentation for this struct was generated from the following file: