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

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.

Function Documentation

◆ CL_ParticleAppear()

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(), eventRegister_t::formatString, LE_Get(), LE_NotFoundError, LE_SetInvisible, le_t::levelflags, MAX_VAR, Mem_PoolStrDup, NET_ReadFormat(), le_t::particleID, and le_t::ptl.

◆ CL_ParticleAppearTime()

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