UFO: Alien Invasion
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
e_event_particleappear.h File Reference
#include "../../e_main.h"

Go to the source code of this file.

Functions

int CL_ParticleAppearTime (const struct eventRegister_s *self, dbuffer *msg, eventTiming_t *eventTiming)
 
void CL_ParticleAppear (const eventRegister_t *self, dbuffer *msg)
 Let a particle appear for the client. More...
 

Function Documentation

void CL_ParticleAppear ( const eventRegister_t self,
dbuffer msg 
)

Let a particle appear 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_APPEAR

Definition at line 50 of file e_event_particleappear.cpp.

References cl_genericPool, CL_ParticleSpawn(), Com_Printf(), LE_Get(), LE_NotFoundError, LE_SetInvisible, le_s::levelflags, MAX_VAR, Mem_PoolStrDup, NET_ReadFormat(), le_s::particleID, and le_s::ptl.

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