#include <air_attack.h>
Inheritance diagram for AirAttackConfig:


Public Member Functions | |
| AirAttackConfig () | |
| virtual void | LoadXml (xmlpp::Element *elem) |
Public Attributes | |
| double | speed |
| uint | nbr_obus |
Definition at line 31 of file air_attack.h.
| AirAttackConfig::AirAttackConfig | ( | ) |
| 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:

Definition at line 35 of file air_attack.h.
| double AirAttackConfig::speed |
Definition at line 34 of file air_attack.h.
1.4.7