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))
 
Line 1: Line 1:
:# Solid, Server-side: Solid, pushes the player away.
{|
:# Non-solid, Server-side: Non-solid, but gets pushed away by the player.
! Number || Name || Description
:# Non-solid, Client-side: 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.