Func physbox multiplayer: Difference between revisions

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


==Availability==
==Availability==
{{in game|brush}} {{game-base}} ({{Not in FGD}} except for [[CS:S]])
:{{in game|brush}} {{game-base}} ({{Not in FGD}} except for [[CS:S]])
In code it is represented by class CPhysBoxMultiplayer, defined in props.cpp.  
:In code it is represented by class CPhysBoxMultiplayer, defined in props.cpp.  


[[Category:Entities]]
[[Category:Entities]]

Revision as of 19:57, 25 January 2009

Template:Wrongtitle

Entity Description

This class is the same as func_physbox, except the runtime collisions use a more bouncy method that avoids the prediction errors normal physics objects get. For keyvalues, flags, inputs, and outputs, see func_physbox.

Availability

Template:In game Template:Game-base (!FGD except for CS:S)
In code it is represented by class CPhysBoxMultiplayer, defined in props.cpp.