#include <CombatAction.h>
List of all members.
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) |
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 |
CombatActionReq::CombatActionReq |
( |
Combatant * |
a1, |
|
|
Combatant * |
a2, |
|
|
int |
comparison, |
|
|
int |
value |
|
) |
| |
|
inline |
CombatActionReq::CombatActionReq |
( |
Combatant * |
a1, |
|
|
int |
gtype, |
|
|
int |
gid, |
|
|
int |
comparison, |
|
|
int |
value, |
|
|
int |
intel_level = 0 |
|
) |
| |
|
inline |
Member Function Documentation
int CombatActionReq::CompFromName |
( |
const char * |
sym | ) |
|
|
static |
static const char* CombatActionReq::TYPENAME |
( |
| ) |
|
|
inlinestatic |
Member Data Documentation
int CombatActionReq::action |
int CombatActionReq::comp |
int CombatActionReq::group_id |
int CombatActionReq::group_type |
int CombatActionReq::intel |
bool CombatActionReq::not |
int CombatActionReq::score |
int CombatActionReq::stat |
The documentation for this class was generated from the following files: