ScummVM API documentation
Sci::suffix_t Struct Reference

Public Attributes

int class_mask
 
int result_class
 
int alt_suffix_length
 
int word_suffix_length
 
const char * alt_suffix
 
const char * word_suffix
 

Member Data Documentation

◆ class_mask

int Sci::suffix_t::class_mask

the word class this suffix applies to

◆ result_class

int Sci::suffix_t::result_class

the word class a word is morphed to if it doesn't fail this check

◆ alt_suffix_length

int Sci::suffix_t::alt_suffix_length

String length of the suffix

◆ word_suffix_length

int Sci::suffix_t::word_suffix_length

String length of the other suffix

◆ alt_suffix

const char* Sci::suffix_t::alt_suffix

The alternative suffix

◆ word_suffix

const char* Sci::suffix_t::word_suffix

The suffix as used in the word vocabulary


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