TinyMUSH 3.3
TinyMUSH Server
|
Match related typedefs. More...
#include <typedefs.h>
Public Attributes | |
int | confidence |
int | count |
int | pref_type |
int | check_keys |
dbref | absolute_form |
dbref | match |
dbref | player |
char * | string |
Match related typedefs.
dbref match_state::absolute_form |
If #num, then the number
int match_state::check_keys |
Should we test locks?
int match_state::confidence |
How confident are we? CON_xx
dbref match_state::match |
What I've found so far
dbref match_state::player |
Who is performing match
int match_state::pref_type |
The preferred object type
char* match_state::string |
The string to search for