|
UFO: Alien Invasion
|
#include "../../../../client.h"#include "../../../cl_localentity.h"#include "../../../cl_particle.h"#include "e_event_particlespawn.h"
Go to the source code of this file.
Functions | |
| int | CL_ParticleSpawnEventTime (const struct eventRegister_s *self, dbuffer *msg, eventTiming_t *eventTiming) |
| void | CL_ParticleSpawnEvent (const eventRegister_t *self, dbuffer *msg) |
| Let a particle spawn for the client. | |
| void CL_ParticleSpawnEvent | ( | const eventRegister_t * | self, |
| dbuffer * | msg ) |
Let a particle spawn for the client.
| [in] | self | Pointer to the event structure that is currently executed |
| [in] | msg | holds the network data |
Definition at line 50 of file e_event_particlespawn.cpp.
References CL_ParticleSpawn(), eventRegister_t::formatString, MAX_VAR, NET_ReadFormat(), and v.
| int CL_ParticleSpawnEventTime | ( | const struct eventRegister_s * | self, |
| dbuffer * | msg, | ||
| eventTiming_t * | eventTiming ) |
Definition at line 30 of file e_event_particlespawn.cpp.
References cl, eventTiming_t::impactTime, eventTiming_t::nextTime, eventTiming_t::parsedDeath, and eventTiming_t::parsedShot.