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_combat_action_req.html | 561 ++++++++++++++++++++++++++ 1 file changed, 561 insertions(+) create mode 100644 Doc/doxygen/html/class_combat_action_req.html (limited to 'Doc/doxygen/html/class_combat_action_req.html') diff --git a/Doc/doxygen/html/class_combat_action_req.html b/Doc/doxygen/html/class_combat_action_req.html new file mode 100644 index 0000000..9968815 --- /dev/null +++ b/Doc/doxygen/html/class_combat_action_req.html @@ -0,0 +1,561 @@ + + + + + +Starshatter_Open: CombatActionReq Class Reference + + + + + + + + + + + + + +
+
+ + + + + + +
+
Starshatter_Open +
+
Open source Starshatter engine
+
+
+ + + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ + +
+ +

#include <CombatAction.h>

+ +

List of all members.

+ + + +

+Public Types

enum  COMPARISON_OPERATOR {
+  LT, +LE, +GT, +GE, +
+  EQ, +RLT, +RLE, +RGT, +
+  RGE, +REQ +
+ }
+ + + + +

+Public Member Functions

 CombatActionReq (int a, int s, bool n=false)
 CombatActionReq (Combatant *a1, Combatant *a2, int comparison, int value)
 CombatActionReq (Combatant *a1, int gtype, int gid, int comparison, int value, int intel_level=0)
+ + + +

+Static Public Member Functions

static const char * TYPENAME ()
static int CompFromName (const char *sym)
+ + + + + + + + + + + +

+Public Attributes

int action
int stat
bool not
Combatantc1
Combatantc2
int comp
int score
int intel
int group_type
int group_id
+

Detailed Description

+
+

Definition at line 169 of file CombatAction.h.

+

Member Enumeration Documentation

+ +
+
+
Enumerator:
+ + + + + + + + + + +
LT  +
LE  +
GT  +
GE  +
EQ  +
RLT  +
RLE  +
RGT  +
RGE  +
REQ  +
+
+
+ +

Definition at line 173 of file CombatAction.h.

+ +
+
+

Constructor & Destructor Documentation

+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + +
CombatActionReq::CombatActionReq (int a,
int s,
bool n = false 
)
+
+inline
+
+ +

Definition at line 178 of file CombatAction.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
CombatActionReq::CombatActionReq (Combatanta1,
Combatanta2,
int comparison,
int value 
)
+
+inline
+
+ +

Definition at line 181 of file CombatAction.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
CombatActionReq::CombatActionReq (Combatanta1,
int gtype,
int gid,
int comparison,
int value,
int intel_level = 0 
)
+
+inline
+
+ +

Definition at line 185 of file CombatAction.h.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + +
+ + + + + + + + +
int CombatActionReq::CompFromName (const char * sym)
+
+static
+
+ +

Definition at line 317 of file CombatAction.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
static const char* CombatActionReq::TYPENAME ()
+
+inlinestatic
+
+ +

Definition at line 171 of file CombatAction.h.

+ +
+
+

Member Data Documentation

+ +
+
+ + + + +
int CombatActionReq::action
+
+ +

Definition at line 191 of file CombatAction.h.

+ +
+
+ +
+
+ + + + +
Combatant* CombatActionReq::c1
+
+ +

Definition at line 195 of file CombatAction.h.

+ +
+
+ +
+
+ + + + +
Combatant* CombatActionReq::c2
+
+ +

Definition at line 196 of file CombatAction.h.

+ +
+
+ +
+
+ + + + +
int CombatActionReq::comp
+
+ +

Definition at line 197 of file CombatAction.h.

+ +
+
+ +
+
+ + + + +
int CombatActionReq::group_id
+
+ +

Definition at line 201 of file CombatAction.h.

+ +
+
+ +
+
+ + + + +
int CombatActionReq::group_type
+
+ +

Definition at line 200 of file CombatAction.h.

+ +
+
+ +
+
+ + + + +
int CombatActionReq::intel
+
+ +

Definition at line 199 of file CombatAction.h.

+ +
+
+ +
+
+ + + + +
bool CombatActionReq::not
+
+ +

Definition at line 193 of file CombatAction.h.

+ +
+
+ +
+
+ + + + +
int CombatActionReq::score
+
+ +

Definition at line 198 of file CombatAction.h.

+ +
+
+ +
+
+ + + + +
int CombatActionReq::stat
+
+ +

Definition at line 192 of file CombatAction.h.

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