Game ragdoll manager: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
 
mNo edit summary
Line 2: Line 2:


==Entity Description==
==Entity Description==
'''Entity Name:''' game_ragdoll_manager
An entity to control the number of ragdolls (server-side) in the world, for performance reasons.
An entity to control the number of ragdolls (server-side) in the world, for performance reasons.



Revision as of 09:18, 12 July 2005

Template:Wrongtitle

Entity Description

An entity to control the number of ragdolls (server-side) in the world, for performance reasons.

Keyvalues

  • MaxRagdollCount
<integer> Sets the max number of ragdolls that can be in the world at a time (if they are flagged to fade).
Set to -1 if you want to use the default value (g_ragdoll_maxcount).

Inputs

  • SetMaxRagdollCount <integer>
Set the Max Ragdoll Count.

Outputs

See Also