Vegastrike 0.5.1 rc1
1.0
Original sources for Vegastrike Evolved
|
Enumerations | |
enum | Names { UNKNOWN, NEBULA, RED, GREEN, BLUE, COLOR, MODE, NEBNEAR, NEBFAR, DENSITY, LIMITS, INDEX, EXPLOSIONTIME, FOGTHIS } |
Functions | |
FOGMODE | parse_fogmode (string val) |
const EnumMap | element_map (element_names, MAXENAMES) |
const EnumMap | attribute_map (attribute_names, MAXANAMES) |
Variables | |
const unsigned short int | MAXENAMES = 4 |
const unsigned short int | MAXANAMES = 11 |
const EnumMap::Pair | element_names [MAXENAMES] |
const EnumMap::Pair | attribute_names [MAXANAMES] |
enum NebulaXML::Names |
Enumerator | |
---|---|
UNKNOWN | |
NEBULA | |
RED | |
GREEN | |
BLUE | |
COLOR | |
MODE | |
NEBNEAR | |
NEBFAR | |
DENSITY | |
LIMITS | |
INDEX | |
EXPLOSIONTIME | |
FOGTHIS |
Definition at line 70 of file nebula_generic.h.
const EnumMap NebulaXML::attribute_map | ( | attribute_names | , |
MAXANAMES | |||
) |
Referenced by Nebula::beginElem().
const EnumMap NebulaXML::element_map | ( | element_names | , |
MAXENAMES | |||
) |
Referenced by Nebula::beginElem().
FOGMODE NebulaXML::parse_fogmode | ( | string | val) |
Definition at line 16 of file nebula_generic.cpp.
References FOG_EXP, FOG_EXP2, FOG_LINEAR, and FOG_OFF.
Referenced by Nebula::beginElem().
const EnumMap::Pair NebulaXML::attribute_names[MAXANAMES] |
Definition at line 96 of file nebula_generic.h.
const EnumMap::Pair NebulaXML::element_names[MAXENAMES] |
Definition at line 90 of file nebula_generic.h.
const unsigned short int NebulaXML::MAXANAMES = 11 |
Definition at line 88 of file nebula_generic.h.
const unsigned short int NebulaXML::MAXENAMES = 4 |
Definition at line 87 of file nebula_generic.h.