#include <blowtorch.h>
Inheritance diagram for BlowtorchConfig:
Public Member Functions | |
BlowtorchConfig () | |
virtual void | LoadXml (xmlpp::Element *elem) |
Public Attributes | |
uint | range |
Definition at line 27 of file blowtorch.h.
BlowtorchConfig::BlowtorchConfig | ( | ) |
void BlowtorchConfig::LoadXml | ( | xmlpp::Element * | elem | ) | [virtual] |
Reimplemented from WeaponConfig.
Definition at line 120 of file blowtorch.cpp.
00121 { 00122 WeaponConfig::LoadXml(elem); 00123 XmlReader::ReadUint(elem, "range", range); 00124 }
Here is the call graph for this function:
Definition at line 33 of file blowtorch.h.