#include <SimEvent.h>
List of all members.
Public Types |
enum | EVENT {
LAUNCH = 1,
DOCK,
LAND,
EJECT,
CRASH,
COLLIDE,
DESTROYED,
MAKE_ORBIT,
BREAK_ORBIT,
QUANTUM_JUMP,
LAUNCH_SHIP,
RECOVER_SHIP,
FIRE_GUNS,
FIRE_MISSILE,
DROP_DECOY,
GUNS_KILL,
MISSILE_KILL,
LAUNCH_PROBE,
SCAN_TARGET
} |
Static Public Member Functions |
static const char * | TYPENAME () |
Detailed Description
Definition at line 34 of file SimEvent.h.
Member Enumeration Documentation
- Enumerator:
LAUNCH |
|
DOCK |
|
LAND |
|
EJECT |
|
CRASH |
|
COLLIDE |
|
DESTROYED |
|
MAKE_ORBIT |
|
BREAK_ORBIT |
|
QUANTUM_JUMP |
|
LAUNCH_SHIP |
|
RECOVER_SHIP |
|
FIRE_GUNS |
|
FIRE_MISSILE |
|
DROP_DECOY |
|
GUNS_KILL |
|
MISSILE_KILL |
|
LAUNCH_PROBE |
|
SCAN_TARGET |
|
Definition at line 39 of file SimEvent.h.
Constructor & Destructor Documentation
SimEvent::SimEvent |
( |
int |
event, |
|
|
const char * |
tgt = 0 , |
|
|
const char * |
info = 0 |
|
) |
| |
Member Function Documentation
int SimEvent::GetCount |
( |
| ) |
const |
|
inline |
int SimEvent::GetEvent |
( |
| ) |
const |
|
inline |
Text SimEvent::GetEventDesc |
( |
| ) |
const |
const char* SimEvent::GetInfo |
( |
| ) |
const |
|
inline |
const char* SimEvent::GetTarget |
( |
| ) |
const |
|
inline |
int SimEvent::GetTime |
( |
| ) |
const |
|
inline |
void SimEvent::SetCount |
( |
int |
count | ) |
|
void SimEvent::SetInfo |
( |
const char * |
info | ) |
|
void SimEvent::SetTarget |
( |
const char * |
tgt | ) |
|
void SimEvent::SetTime |
( |
int |
time | ) |
|
static const char* SimEvent::TYPENAME |
( |
| ) |
|
|
inlinestatic |
The documentation for this class was generated from the following files: