|
Crossfire Server, Branches 1.12
R18729
|
#include <define.h>
Collaboration diagram for typedata: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 381 of file define.h.
Referenced by query_cost(), and query_cost_string().
| int typedata::identifyskill2 |
Second skill used to identify this object class.
Definition at line 382 of file define.h.
Referenced by query_cost(), and query_cost_string().
| const char* typedata::name |
Object name.
Definition at line 379 of file define.h.
Referenced by CREResourcesWindow::fillArtifacts(), and parse_shop_string().
| const char* typedata::name_pl |
| int typedata::number |