Crossfire Server, Branches 1.12  R18729
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 377 of file define.h.

Field Documentation

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

Plural name.

Definition at line 380 of file define.h.

Referenced by parse_shop_string().

int typedata::number

Type.

Definition at line 378 of file define.h.

Referenced by parse_shop_string().


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