Crossfire Server, Trunk
ArchetypesWrapper.cpp File Reference
+ Include dependency graph for ArchetypesWrapper.cpp:

Go to the source code of this file.

Variables

constexpr int csvFieldCount = 20
 
const char * csvFields [csvFieldCount]
 

Variable Documentation

◆ csvFieldCount

constexpr int csvFieldCount = 20
constexpr

◆ csvFields

const char* csvFields[csvFieldCount]
Initial value:
= {
"arch_name",
"hp",
"maxhp",
"con",
"regen",
"ac",
"wc",
"weight",
"experience",
"level",
"suggested_level",
"damage",
"speed",
"dps",
"sp",
"maxsp",
"pow",
"wis",
"str",
"intl",
}

Definition at line 19 of file ArchetypesWrapper.cpp.

Referenced by ArchetypesWrapper::exportAsCSV(), and ArchetypesWrapper::fillCsvHeader().