This article's documentation is for anything that uses the Source engine. Click here for more information.

prop_physics_respawnable

From Valve Developer Community
Jump to: navigation, search
class hierarchy
CPhysicsPropRespawnable defined in props.cpp
CPhysicsProp
CBreakableProp
CBaseProp
CBaseAnimating
CBaseEntity

prop_physics_respawnable is a point entity available in all Source Source games. This entity is the same as prop_physics, except it respawns a set time after breaking/exploding.

Icon-Bug.pngBug:Breaking this entity using a trigger_hurt will crash the game for all clients!

Keyvalues

Respawn time (RespawnTime) <integer>
Amount in seconds this prop will respawn after it breaks.
Note.pngNote:All other keyvalues / inputs / outputs are identical to prop_physics

See also