From 8898ad9b25fca6afe2374d293a981db02a83d7e9 Mon Sep 17 00:00:00 2001 From: "FWoltermann@gmail.com" Date: Thu, 31 May 2012 14:46:27 +0000 Subject: Committing the documentation to svn to have it accessible online --- Doc/doxygen/html/class_zone_force.html | 395 +++++++++++++++++++++++++++++++++ 1 file changed, 395 insertions(+) create mode 100644 Doc/doxygen/html/class_zone_force.html (limited to 'Doc/doxygen/html/class_zone_force.html') diff --git a/Doc/doxygen/html/class_zone_force.html b/Doc/doxygen/html/class_zone_force.html new file mode 100644 index 0000000..3a74436 --- /dev/null +++ b/Doc/doxygen/html/class_zone_force.html @@ -0,0 +1,395 @@ + + + + + +Starshatter_Open: ZoneForce Class Reference + + + + + + + + + + + + + +
+
+ + + + + + +
+
Starshatter_Open +
+
Open source Starshatter engine
+
+
+ + + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
ZoneForce Class Reference
+
+
+ +

#include <CombatZone.h>

+ +

List of all members.

+ + + + + + + + + + + + + +

+Public Member Functions

 ZoneForce (int i)
int GetIFF ()
List< CombatGroup > & GetGroups ()
List< CombatGroup > & GetTargetList ()
List< CombatGroup > & GetDefendList ()
void AddGroup (CombatGroup *g)
void RemoveGroup (CombatGroup *g)
bool HasGroup (CombatGroup *g)
int GetNeed (int group_type) const
void SetNeed (int group_type, int needed)
void AddNeed (int group_type, int needed)
+

Detailed Description

+
+

Definition at line 73 of file CombatZone.h.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + +
ZoneForce::ZoneForce (int i)
+
+ +

Definition at line 211 of file CombatZone.cpp.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + + +
void ZoneForce::AddGroup (CombatGroupg)
+
+ +

Definition at line 220 of file CombatZone.cpp.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
void ZoneForce::AddNeed (int group_type,
int needed 
)
+
+ +

Definition at line 271 of file CombatZone.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
List<CombatGroup>& ZoneForce::GetDefendList ()
+
+inline
+
+ +

Definition at line 81 of file CombatZone.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
List<CombatGroup>& ZoneForce::GetGroups ()
+
+inline
+
+ +

Definition at line 79 of file CombatZone.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
int ZoneForce::GetIFF ()
+
+inline
+
+ +

Definition at line 78 of file CombatZone.h.

+ +
+
+ +
+
+ + + + + + + + +
int ZoneForce::GetNeed (int group_type) const
+
+ +

Definition at line 243 of file CombatZone.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
List<CombatGroup>& ZoneForce::GetTargetList ()
+
+inline
+
+ +

Definition at line 80 of file CombatZone.h.

+ +
+
+ +
+
+ + + + + + + + +
bool ZoneForce::HasGroup (CombatGroupg)
+
+ +

Definition at line 234 of file CombatZone.cpp.

+ +
+
+ +
+
+ + + + + + + + +
void ZoneForce::RemoveGroup (CombatGroupg)
+
+ +

Definition at line 227 of file CombatZone.cpp.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
void ZoneForce::SetNeed (int group_type,
int needed 
)
+
+ +

Definition at line 258 of file CombatZone.cpp.

+ +
+
+
The documentation for this class was generated from the following files: +
+
+ + + + -- cgit v1.1