|
| | CLASS_PROTOTYPE (idForce) |
| |
| | idForce (void) |
| |
| virtual | ~idForce (void) |
| |
| virtual void | Evaluate (int time) |
| |
| virtual void | RemovePhysics (const idPhysics *phys) |
| |
| | ABSTRACT_PROTOTYPE (idClass) |
| |
| void * | operator new (size_t) |
| |
| void * | operator new (size_t s, int, int, char *, int) |
| |
| void | operator delete (void *) |
| |
| void | operator delete (void *, int, int, char *, int) |
| |
| virtual | ~idClass () |
| |
| void | Spawn (void) |
| |
| void | CallSpawn (void) |
| |
| bool | IsType (const idTypeInfo &c) const |
| |
| const char * | GetClassname (void) const |
| |
| const char * | GetSuperclass (void) const |
| |
| void | FindUninitializedMemory (void) |
| |
| void | Save (idSaveGame *savefile) const |
| |
| void | Restore (idRestoreGame *savefile) |
| |
| bool | RespondsTo (const idEventDef &ev) const |
| |
| bool | PostEventMS (const idEventDef *ev, int time) |
| |
| bool | PostEventMS (const idEventDef *ev, int time, idEventArg arg1) |
| |
| bool | PostEventMS (const idEventDef *ev, int time, idEventArg arg1, idEventArg arg2) |
| |
| bool | PostEventMS (const idEventDef *ev, int time, idEventArg arg1, idEventArg arg2, idEventArg arg3) |
| |
| bool | PostEventMS (const idEventDef *ev, int time, idEventArg arg1, idEventArg arg2, idEventArg arg3, idEventArg arg4) |
| |
| bool | PostEventMS (const idEventDef *ev, int time, idEventArg arg1, idEventArg arg2, idEventArg arg3, idEventArg arg4, idEventArg arg5) |
| |
| bool | PostEventMS (const idEventDef *ev, int time, idEventArg arg1, idEventArg arg2, idEventArg arg3, idEventArg arg4, idEventArg arg5, idEventArg arg6) |
| |
| bool | PostEventMS (const idEventDef *ev, int time, idEventArg arg1, idEventArg arg2, idEventArg arg3, idEventArg arg4, idEventArg arg5, idEventArg arg6, idEventArg arg7) |
| |
| bool | PostEventMS (const idEventDef *ev, int time, idEventArg arg1, idEventArg arg2, idEventArg arg3, idEventArg arg4, idEventArg arg5, idEventArg arg6, idEventArg arg7, idEventArg arg8) |
| |
| bool | PostEventSec (const idEventDef *ev, float time) |
| |
| bool | PostEventSec (const idEventDef *ev, float time, idEventArg arg1) |
| |
| bool | PostEventSec (const idEventDef *ev, float time, idEventArg arg1, idEventArg arg2) |
| |
| bool | PostEventSec (const idEventDef *ev, float time, idEventArg arg1, idEventArg arg2, idEventArg arg3) |
| |
| bool | PostEventSec (const idEventDef *ev, float time, idEventArg arg1, idEventArg arg2, idEventArg arg3, idEventArg arg4) |
| |
| bool | PostEventSec (const idEventDef *ev, float time, idEventArg arg1, idEventArg arg2, idEventArg arg3, idEventArg arg4, idEventArg arg5) |
| |
| bool | PostEventSec (const idEventDef *ev, float time, idEventArg arg1, idEventArg arg2, idEventArg arg3, idEventArg arg4, idEventArg arg5, idEventArg arg6) |
| |
| bool | PostEventSec (const idEventDef *ev, float time, idEventArg arg1, idEventArg arg2, idEventArg arg3, idEventArg arg4, idEventArg arg5, idEventArg arg6, idEventArg arg7) |
| |
| bool | PostEventSec (const idEventDef *ev, float time, idEventArg arg1, idEventArg arg2, idEventArg arg3, idEventArg arg4, idEventArg arg5, idEventArg arg6, idEventArg arg7, idEventArg arg8) |
| |
| bool | ProcessEvent (const idEventDef *ev) |
| |
| bool | ProcessEvent (const idEventDef *ev, idEventArg arg1) |
| |
| bool | ProcessEvent (const idEventDef *ev, idEventArg arg1, idEventArg arg2) |
| |
| bool | ProcessEvent (const idEventDef *ev, idEventArg arg1, idEventArg arg2, idEventArg arg3) |
| |
| bool | ProcessEvent (const idEventDef *ev, idEventArg arg1, idEventArg arg2, idEventArg arg3, idEventArg arg4) |
| |
| bool | ProcessEvent (const idEventDef *ev, idEventArg arg1, idEventArg arg2, idEventArg arg3, idEventArg arg4, idEventArg arg5) |
| |
| bool | ProcessEvent (const idEventDef *ev, idEventArg arg1, idEventArg arg2, idEventArg arg3, idEventArg arg4, idEventArg arg5, idEventArg arg6) |
| |
| bool | ProcessEvent (const idEventDef *ev, idEventArg arg1, idEventArg arg2, idEventArg arg3, idEventArg arg4, idEventArg arg5, idEventArg arg6, idEventArg arg7) |
| |
| bool | ProcessEvent (const idEventDef *ev, idEventArg arg1, idEventArg arg2, idEventArg arg3, idEventArg arg4, idEventArg arg5, idEventArg arg6, idEventArg arg7, idEventArg arg8) |
| |
| bool | ProcessEventArgPtr (const idEventDef *ev, int *data) |
| |
| void | CancelEvents (const idEventDef *ev) |
| |
| void | Event_Remove (void) |
| |
Definition at line 45 of file Force.h.