Crossfire Server, Branch 1.12  R12190
Data Fields
typedata Struct Reference

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

#include <define.h>

Data Fields

int identifyskill
 Skill used to identify this object class.
int identifyskill2
 Second skill used to identify this object class.
const char * name
 Object name.
const char * name_pl
 Plural name.
int number
 Type.

Detailed Description

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

Definition at line 340 of file define.h.


Field Documentation

Skill used to identify this object class.

Definition at line 344 of file define.h.

Referenced by query_cost(), and query_cost_string().

Second skill used to identify this object class.

Definition at line 345 of file define.h.

Referenced by query_cost(), and query_cost_string().

const char* typedata::name

Object name.

Definition at line 342 of file define.h.

Referenced by CREResourcesWindow::fillArtifacts(), and parse_shop_string().

const char* typedata::name_pl

Plural name.

Definition at line 343 of file define.h.

Referenced by parse_shop_string().

Type.

Definition at line 341 of file define.h.

Referenced by parse_shop_string().


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