Nuclide
Software Development Kit for id Tech
|
Client-Entity: Particle Emitter. More...
Public Member Functions | |
void | env_particle (void) |
virtual void | Respawn (void) |
Server: Called when the entity first spawns or when game-logic requests the entity to return to its original spawn state. More... | |
virtual void | customphysics (void) |
virtual void | SpawnKey (string, string) |
This method handles entity key/value pairs on map load. More... | |
virtual bool | CanSpawn (bool) |
Returns if this entity can spawned from the map file. More... | |
Client-Entity: Particle Emitter.
QUAKED env_particle (1 .5 0) (-8 -8 -8) (8 8 8)
Client-side particle effect. Active at runtime, fully client-side. Cannot be triggered. Repeats automatically.
This entity was introduced in The Wastes (2018).
|
virtual |
Returns if this entity can spawned from the map file.
clientSide | If it's being spawned on the client-side. |
Reimplemented from NSEntity.
Server: Called when the entity first spawns or when game-logic requests the entity to return to its original spawn state.
Reimplemented from NSEntity.