Template:Physicsmode choices: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
 
(Undo revision 210917 by TheRedMelon (talk))
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{|
{|
! Literal Value || Description
! Number || Name || Description
|-
|-
| 1 || Solid, pushes the player away.
| 1 || Solid, Server-side || Solid, pushes the player away.
|-
|-
| 2 || Non-solid, but gets pushed away by the player.
| 2 || Non-Solid, Server-side || Non-solid, but gets pushed away by the player.
|-
|-
| 3 || Non-solid, clientside simulated only.
| 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.