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

prop_physics_respawnable

From Valve Developer Community
Revision as of 00:52, 20 March 2024 by Nescius (talk | contribs) (-added class hierarchy, cleanup)
Jump to navigation Jump to search
C++ Class hierarchy
CPhysicsPropRespawnable
CPhysicsProp
CBreakableProp
CBaseProp
CBaseAnimating
CBaseEntity
C++ props.cpp

prop_physics_respawnable is an e0 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!  [todo tested in ?]

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