Nuclide
Software Development Kit for id Tech
|
Server-Entity: Dynamic, Scriptable Prop Model. More...
Public Member Functions | |
void | prop_dynamic (void) |
virtual void | SpawnKey (string, string) |
This method handles entity key/value pairs on map load. 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... | |
Server-Entity: Dynamic, Scriptable Prop Model.
QUAKED prop_dynamic (1 0 0) (-8 -8 -8) (8 8 8) x x x x x x x x PRPDYN_NONSOLID
Client-side decorative model entity.
This entity was introduced in Half-Life 2 (2004). There are two ways of making a prop_dynamic non-solid.
Server: Called when the entity first spawns or when game-logic requests the entity to return to its original spawn state.
Reimplemented from NSSurfacePropEntity.
This method handles entity key/value pairs on map load.
You can easily convert the strValue
parameter using the ReadFloat etc. methods that are part of NSIO.
Reimplemented from NSSurfacePropEntity.