UFO: Alien Invasion
e_event_particlespawn.h File Reference
#include "../../e_main.h"
Include dependency graph for e_event_particlespawn.h:
This graph shows which files directly or indirectly include this file:

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. More...
 

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 
)