![]() |
Crossfire Server, Trunk
1.75.0
|
Link an object type with skill needed to identify, and general name. More...
#include <define.h>
Collaboration diagram for typedata:Data Fields | |
| int | identifyskill |
| Skill used to identify this object class. More... | |
| int | identifyskill2 |
| Second skill used to identify this object class. More... | |
| const char * | name |
| Object name. More... | |
| const char * | name_pl |
| Plural name. More... | |
| int | number |
| Type. More... | |
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 |