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

func_proprrespawnzone

From Valve Developer Community
Revision as of 01:25, 14 March 2025 by SirYodaJedi (talk | contribs)
Jump to navigation Jump to search
Icon-NotInFGD.png
This entity is not in the FGD by default, except in Team Fortress 2.
See below for instructions on making it available.
C++ Class hierarchy
CBaseEntity defined in C++ props.cpp

func_proprrespawnzone is a brush entity available in all Source Source games. Zone that handles respawning and distribution of clientside physics props.

Warning.pngWarning:This entity applies its effect based on its AABB instead of its brush model. [ Edit ]
Todo: Works in Half-Life 2: Deathmatch. Test other games
Elaborate?: How does it handle respawning and distribution?

Convars

Cvar/Command Parameters or default value Descriptor Effect
cl_phys_props_respawndist 1500 units Minimum distance from the player that a clientside prop must be before it's allowed to respawn.
cl_phys_props_respawnrate 60 seconds Time, in seconds, between clientside prop respawns.

FGD code

@SolidClass base(Targetname) = func_proprrespawnzone :
	"Zone that handles respawning and distribution of clientside physics props." []

See also