Crossfire Server, Trunk
|
Data Fields | |
std::string | output_name |
std::string | param |
std::string | template_name |
One page to render, with its parameters.
Definition at line 2577 of file mapper.cpp.
std::string pageToRender::output_name |
Output file name.
Definition at line 2580 of file mapper.cpp.
std::string pageToRender::param |
Optional template parameter.
Definition at line 2581 of file mapper.cpp.
std::string pageToRender::template_name |
Template name to use.
Definition at line 2579 of file mapper.cpp.