Nuclide
Software Development Kit for id Tech
|
Server-Entity: Debug Model Animation Cycler. More...
Public Member Functions | |
void | cycler (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 | Pain (entity, entity, int, vector, int) |
Called whenever the entity receives damage. More... | |
Server-Entity: Debug Model Animation Cycler.
QUAKED cycler (1 0 0) (-8 -8 -8) (8 8 8)
Model animation cycler entity. For development purposes mainly.
Upon damage, the cycler will switch between all available animation sequences. This is really for test-maps and showroom entities.
This entity was introduced in Half-Life (1998).
|
virtual |
Called whenever the entity receives damage.
Reimplemented from NSSurfacePropEntity.
Server: Called when the entity first spawns or when game-logic requests the entity to return to its original spawn state.
Reimplemented from NSSurfacePropEntity.