Go to the source code of this file.
Functions | |
int | CL_GetEventTime (const event_t eType, struct dbuffer *msg, const int dt) |
Calculates the time the event should get executed. If two events return the same time, they are going to be executed in the order the were parsed. |
Definition in file e_time.h.
Calculates the time the event should get executed. If two events return the same time, they are going to be executed in the order the were parsed.
[in] | eType | The event type |
[in,out] | msg | The message buffer that can be modified to get the event time |
[in] | dt | Delta time in msec since the last event was parsed |
Definition at line 49 of file e_time.c.
References byte, cl, CL_GetEvent(), CL_OutsideMap(), cls, Com_DPrintf(), DEBUG_EVENTSYS, fireDef_s::delayBetweenShots, EV_ACTOR_APPEAR, EV_ACTOR_DIE, EV_ACTOR_MOVE, EV_ACTOR_SHOOT, EV_ACTOR_SHOOT_HIDDEN, EV_ACTOR_START_SHOOT, EV_ACTOR_THROW, EV_ENT_APPEAR, EV_INV_ADD, EV_INV_RELOAD, EV_MODEL_EXPLODE, EV_PARTICLE_APPEAR, EV_PARTICLE_SPAWN, EV_RESET, EV_RESULTS, FIRESH_GetFiredef(), eventRegister_s::formatString, getDVdir, i, impactTime, INVSH_GetItemByIDX(), LE_ActorGetStepTime(), LE_Get(), LE_IsCrouched, LE_NotFoundError, eventRegister_s::name, NET_ReadByte(), NET_ReadFormat(), NET_ReadShort(), nextTime, oldPos, parsedDeath, le_s::pos, pos, PosAddDV, qfalse, qtrue, SF_BOUNCED, shootTime, fireDef_s::speed, client_static_s::team, eventRegister_s::timeCallback, UNIT_SIZE, VectorCopy, and VectorDist.
Referenced by CL_ParseEvent().