AirAttackConfig Class Reference

#include <air_attack.h>

Inheritance diagram for AirAttackConfig:

Inheritance graph
[legend]
Collaboration diagram for AirAttackConfig:

Collaboration graph
[legend]
List of all members.

Public Member Functions

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

Public Attributes

double speed
uint nbr_obus

Detailed Description

Definition at line 31 of file air_attack.h.


Constructor & Destructor Documentation

AirAttackConfig::AirAttackConfig (  ) 

Definition at line 194 of file air_attack.cpp.

00195 {
00196   nbr_obus = 3;
00197   speed = 7;
00198 }


Member Function Documentation

void AirAttackConfig::LoadXml ( xmlpp::Element *  elem  )  [virtual]

Reimplemented from ExplosiveWeaponConfig.

Definition at line 200 of file air_attack.cpp.

00201 {
00202   ExplosiveWeaponConfig::LoadXml(elem);
00203   XmlReader::ReadUint(elem, "nbr_obus", nbr_obus);
00204   XmlReader::ReadDouble(elem, "speed", speed);
00205 }

Here is the call graph for this function:


Member Data Documentation

uint AirAttackConfig::nbr_obus

Definition at line 35 of file air_attack.h.

double AirAttackConfig::speed

Definition at line 34 of file air_attack.h.


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