doom3-gpl
Doom 3 GPL source release
|
#include <splines.h>
Public Types | |
enum | eventType { EVENT_NA = 0x00, EVENT_WAIT, EVENT_TARGETWAIT, EVENT_SPEED, EVENT_TARGET, EVENT_SNAPTARGET, EVENT_FOV, EVENT_CMD, EVENT_TRIGGER, EVENT_STOP, EVENT_CAMERA, EVENT_FADEOUT, EVENT_FADEIN, EVENT_FEATHER, EVENT_COUNT } |
Public Member Functions | |
idCameraEvent () | |
idCameraEvent (eventType t, const char *param, long n) | |
~idCameraEvent () | |
eventType | getType () |
const char * | typeStr () |
const char * | getParam () |
long | getTime () |
void | setTime (long n) |
void | parse (idParser *src) |
void | write (idFile *f, const char *name) |
void | setTriggered (bool b) |
bool | getTriggered () |
Static Public Attributes | |
static const char * | eventStr [EVENT_COUNT] |
Protected Attributes | |
eventType | type |
idStr | paramStr |
long | time |
bool | triggered |
Definition at line 1443 of file splines.cpp.
Definition at line 1481 of file splines.cpp.
|
static |