Nuclide
Software Development Kit for id Tech
|
Shared-Entity: Ground Friction Override Volume. More...
Public Member Functions | |
void | func_friction (void) |
virtual void | Touch (entity) |
Called whenever we're touching another entity. More... | |
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 | SpawnKey (string, string) |
This method handles entity key/value pairs on map load. More... | |
Shared-Entity: Ground Friction Override Volume.
QUAKED func_friction (0 .5 .8) ?
Volume that permanently adds a modifier that affects an entities' friction. Higher value = less friction.
Similar to trigger_gravity in that you want to make sure the friction is reset around the primary volume in case that's the effect that you desire.
This entity was introduced in Half-Life (1998).
Server: Called when the entity first spawns or when game-logic requests the entity to return to its original spawn state.
Reimplemented from NSEntity.
|
virtual |
Called whenever we're touching another entity.
Reimplemented from NSTrigger.