Crossfire Server, Trunk
typedata Struct Reference

#include <define.h>

+ Collaboration diagram for typedata:

Data Fields

int identifyskill
 
int identifyskill2
 
const char * name
 
const char * name_pl
 
int number
 

Detailed Description

Link an object type with skill needed to identify, and general name.

Definition at line 89 of file define.h.

Field Documentation

◆ identifyskill

int typedata::identifyskill

Skill used to identify this object class.

Definition at line 93 of file define.h.

Referenced by cost_approx_str(), examine_autoidentify(), is_identifiable_type(), price_approx(), and skill_ident().

◆ identifyskill2

int typedata::identifyskill2

Second skill used to identify this object class.

Definition at line 94 of file define.h.

Referenced by cost_approx_str(), examine_autoidentify(), price_approx(), and skill_ident().

◆ name

const char* typedata::name

Object name.

Definition at line 91 of file define.h.

Referenced by parse_shop_string().

◆ name_pl

const char* typedata::name_pl

Plural name.

Definition at line 92 of file define.h.

Referenced by parse_shop_string().

◆ number

int typedata::number

Type.

Definition at line 90 of file define.h.

Referenced by parse_shop_string().


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