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

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
 

Detailed Description

Match related typedefs.

Member Data Documentation

◆ absolute_form

dbref match_state::absolute_form

If #num, then the number

◆ check_keys

int match_state::check_keys

Should we test locks?

◆ confidence

int match_state::confidence

How confident are we? CON_xx

◆ count

int match_state::count

of matches at this confidence

◆ match

dbref match_state::match

What I've found so far

◆ player

dbref match_state::player

Who is performing match

◆ pref_type

int match_state::pref_type

The preferred object type

◆ string

char* match_state::string

The string to search for


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