UFO: Alien Invasion
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
e_event_particlespawn.h File Reference
#include "../../e_main.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. More...
 

Function Documentation

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(), MAX_VAR, NET_ReadFormat(), and v.

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