Template:Physicsmode choices: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
:* Solid, pushes the player away.
:# Solid, Server-side: Solid, pushes the player away.
:* Non-solid, but gets pushed away by the player.
:# Non-solid, Server-side: Non-solid, but gets pushed away by the player.
:* Non-solid, clientside simulated only.
:# Non-solid, Client-side: Non-solid, clientside simulated only.

Revision as of 12:11, 1 October 2017

  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.