BlowtorchConfig Class Reference

#include <blowtorch.h>

Inheritance diagram for BlowtorchConfig:

Inheritance graph
[legend]
Collaboration diagram for BlowtorchConfig:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 BlowtorchConfig ()
virtual void LoadXml (xmlpp::Element *elem)

Public Attributes

uint range

Detailed Description

Definition at line 27 of file blowtorch.h.


Constructor & Destructor Documentation

BlowtorchConfig::BlowtorchConfig (  ) 

Definition at line 110 of file blowtorch.cpp.

00111 {
00112   range = 2;
00113 }


Member Function Documentation

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:


Member Data Documentation

uint BlowtorchConfig::range

Definition at line 33 of file blowtorch.h.


The documentation for this class was generated from the following files:
Generated on Mon Jan 1 13:35:36 2007 for Wormux by  doxygen 1.4.7