Crossfire Server, Trunk
R21670
|
#include <artifact.h>
Data Fields | |
struct artifactstruct * | items |
struct artifactliststruct * | next |
uint16_t | total_chance |
uint8_t | type |
This represents all archetypes for one particular object type.
Definition at line 26 of file artifact.h.
struct artifactstruct* artifactliststruct::items |
Artifacts for this type. Will never be NULL.
Definition at line 30 of file artifact.h.
Referenced by artifact_msg(), cast_create_missile(), command_create(), dump_artifacts(), CREResourcesWindow::fillArtifacts(), find_artifact(), find_ingred_cost(), free_artifactlist(), generate_artifact(), get_empty_artifactlist(), init_artifacts(), locate_recipe_artifact(), CREMainWindow::onReportDuplicate(), CREFacePanel::setItem(), CREFormulaePanel::setItem(), and CREAnimationPanel::setItem().
struct artifactliststruct* artifactliststruct::next |
Next list of artifacts.
Definition at line 29 of file artifact.h.
Referenced by dump_artifacts(), CREResourcesWindow::fillArtifacts(), find_artifactlist_internal(), find_ingred_cost(), free_artifactlist(), get_empty_artifactlist(), init_artifacts(), malloc_info(), CREMainWindow::onReportDuplicate(), CREFacePanel::setItem(), and CREAnimationPanel::setItem().
uint16_t artifactliststruct::total_chance |
Sum of chance for are artifacts on this list.
Definition at line 28 of file artifact.h.
Referenced by artifact_describe(), dump_artifacts(), generate_artifact(), get_empty_artifactlist(), and init_artifacts().
uint8_t artifactliststruct::type |
Object type that this list represents.
Definition at line 27 of file artifact.h.
Referenced by artifact_describe(), dump_artifacts(), CREResourcesWindow::fillArtifacts(), find_artifactlist_internal(), find_ingred_cost(), and init_artifacts().