UFO: Alien Invasion
Loading...
Searching...
No Matches
e_event_particlespawn.cpp File Reference
Include dependency graph for e_event_particlespawn.cpp:

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.

Function Documentation

◆ CL_ParticleSpawnEvent()

void CL_ParticleSpawnEvent ( const eventRegister_t * self,
dbuffer * msg )

Let a particle spawn for the client.

Parameters
[in]selfPointer to the event structure that is currently executed
[in]msgholds the network data
See also
CL_ParticleSpawn
EV_PARTICLE_SPAWN

Definition at line 50 of file e_event_particlespawn.cpp.

References CL_ParticleSpawn(), eventRegister_t::formatString, MAX_VAR, NET_ReadFormat(), and v.

◆ CL_ParticleSpawnEventTime()

int CL_ParticleSpawnEventTime ( const struct eventRegister_s * self,
dbuffer * msg,
eventTiming_t * eventTiming )