Template:Physicsmode choices: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
(Undo revision 210917 by TheRedMelon (talk))
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
:* Solid, pushes the player away.
{|
:* Non-solid, but gets pushed away by the player.
! Number || Name || Description
:* Non-solid, clientside simulated only.
|-
| 1 || Solid, Server-side || Solid, pushes the player away.
|-
| 2 || Non-Solid, Server-side || Non-solid, but gets pushed away by the player.
|-
| 3 || Non-Solid, Client-side || Non-solid, clientside simulated only.
|}

Latest revision as of 12:15, 1 October 2017

Number Name Description
1 Solid, Server-side Solid, pushes the player away.
2 Non-Solid, Server-side Non-solid, but gets pushed away by the player.
3 Non-Solid, Client-side Non-solid, clientside simulated only.