Crossfire Server, Trunk
|
#include <define.h>
Data Fields | |
int | identifyskill |
int | identifyskill2 |
const char * | name |
const char * | name_pl |
int | number |
Link an object type with skill needed to identify, and general name.
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().
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().
const char* typedata::name |
const char* typedata::name_pl |
int typedata::number |