|
| CLASS_PROTOTYPE (ClientGameCommandManager) |
|
void | AddTempModels (void) |
|
void | UpdateEmitter (dtiki_t *tiki, vec3_t axis[3], int entity_number, int parent_number, Vector entity_origin) |
|
void | UpdateBeam (dtiki_t *tiki, int entity_number, spawnthing_t *beamthing) |
|
void | PlaySound (str sound_name, const vec3_t origin=NULL, int channel=CHAN_AUTO, float volume=-1, float min_distance=-1, float pitch=-1, int argstype=0) |
|
spawnthing_t * | InitializeSpawnthing (spawnthing_t *ep) |
|
void | SpawnEffect (int count, spawnthing_t *sp) |
|
void | FreeAllTempModels (void) |
|
void | FreeSomeTempModels (void) |
|
void | RestartAllEmitters (void) |
|
void | InitializeTempModels (void) |
|
void | InitializeTempModelCvars (void) |
|
void | InitializeEmitters (void) |
|
void | RemoveClientEntity (int number, dtiki_t *tiki, centity_t *cent, ctempmodel_t *p=NULL) |
|
void | ClearSwipes (void) |
|
void | FreeSpawnthing (spawnthing_t *sp) |
|
void | ResetTempModels (void) |
|
void | SpawnTempModel (int count, spawnthing_t *sp) |
|
void | SetSpawnthing (spawnthing_t *st) |
|
spawnthing_t * | CreateNewEmitter (str emittername) |
|
spawnthing_t * | CreateNewEmitter (void) |
|
spawnthing_t * | GetEmitterByName (str emittername) |
|
void | DeleteEmitters (dtiki_t *tiki) |
|
void | CGEvent (centity_t *cent) |
|
void | ProcessPendingEventsForEntity () |
|
qboolean | PostEventForEntity (Event *ev, float fWait) |
|
qboolean | SelectProcessEvent (Event *ev) |
|
void | TestEffectEndFunc () |
|
void | AddVSSSources () |
|
void | InitializeVSSCvars () |
|
void | InitializeVSSSources () |
|
void | ResetVSSSources () |
|
void | ResetVSSSources (Event *ev) |
|
void | SetCurrentSFX (specialeffect_t *pSFX) |
|
void | ClearCurrentSFX () |
|
void | AddTreadMarkSources () |
|
void | InitializeTreadMarkCvars () |
|
void | InitializeTreadMarkSources () |
|
void | ResetTreadMarkSources () |
|
void | ResetTreadMarkSources (Event *ev) |
|
void | InitializeRainCvars () |
|
void | InitializeBeams () |
|
int | IdForTempModel (const ctempmodel_t *model) |
|
ctempmodel_t * | TempModelForId (int id) |
|
int | IdForSpawnThing (const spawnthing_t *sp) |
|
spawnthing_t * | SpawnThingForId (int id) |
|
int | IdForVssSource (const cvssource_t *source) |
|
cvssource_t * | VssSourceForId (int id) |
|
void | ArchiveTempModelPointerToMemory (MemArchiver &archiver, ctempmodel_t **model) |
|
void | ArchiveSpawnThingPointerToMemory (MemArchiver &archiver, spawnthing_t **sp) |
|
void | ArchiveVssSourcePointerToMemory (MemArchiver &archiver, cvssource_t **source) |
|
void | ArchiveToMemory (MemArchiver &archiver) |
|
| CLASS_PROTOTYPE (Listener) |
|
virtual Listener * | GetScriptOwner (void) |
|
virtual void | SetScriptOwner (Listener *newOwner) |
|
void | Archive (Archiver &arc) override |
|
void | CancelEventsOfType (Event *ev) |
|
void | CancelEventsOfType (Event &ev) |
|
void | CancelFlaggedEvents (int flags) |
|
void | CancelPendingEvents (void) |
|
qboolean | EventPending (Event &ev) |
|
void | PostEvent (Event *ev, float delay, int flags=0) |
|
void | PostEvent (const Event &ev, float delay, int flags=0) |
|
qboolean | PostponeAllEvents (float time) |
|
qboolean | PostponeEvent (Event &ev, float time) |
|
bool | ProcessEvent (const Event &ev) |
|
bool | ProcessEvent (Event *ev) |
|
bool | ProcessEvent (Event &ev) |
|
ScriptVariable & | ProcessEventReturn (Event *ev) |
|
void | ProcessContainerEvent (const Container< Event * > &conev) |
|
qboolean | ProcessPendingEvents (void) |
|
bool | ProcessScriptEvent (Event &ev) |
|
bool | ProcessScriptEvent (Event *ev) |
|
int | GetFlags (Event *event) const |
|
qboolean | ValidEvent (str name) const |
|
void | CommandDelay (Event *ev) |
|
void | Remove (Event *ev) |
|
void | ScriptRemove (Event *ev) |
|
void | EventInheritsFrom (Event *ev) |
|
void | EventIsInheritedBy (Event *ev) |
|
void | GetClassname (Event *ev) |
|
virtual ClassDef * | classinfo (void) const |
|
void | warning (const char *function, const char *format,...) const |
|
void | error (const char *function, const char *format,...) const |
|
qboolean | inheritsFrom (ClassDef *c) const |
|
qboolean | inheritsFrom (const char *name) const |
|
qboolean | isInheritedBy (const char *name) const |
|
qboolean | isInheritedBy (ClassDef *c) const |
|
const char * | getClassname (void) const |
|
const char * | getClassID (void) const |
|
const char * | getSuperclass (void) const |
|
void * | operator new (size_t s) |
|
void | operator delete (void *ptr) |
|
void * | operator new (size_t size, void *placement) |
|
void | operator delete (void *ptr, void *placement) |
|
template<typename T> |
void * | operator new (size_t size, T &placement) |
|
template<typename T> |
void | operator delete (void *ptr, T &placement) |
|