This article's documentation is for anything that uses the Source engine. Click here for more information.

Physics entity solver: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Port of https://src-ents.shoutwiki.com/wiki/Physics_npc_solver)
 
No edit summary
 
Line 4: Line 4:
{{this is a|point entity|name=physics_entity_solver}} It's an entity sometimes created to prevent an object from blocking something else.
{{this is a|point entity|name=physics_entity_solver}} It's an entity sometimes created to prevent an object from blocking something else.


[[Category:Physics]][[Category:CLogicalEntity]]
[[Category:Physics]]

Latest revision as of 08:29, 7 August 2024

Stub

This article or section is a stub. You can help by expanding it.

Icon-NotInFGD.png
This entity is not in the FGD by default.
It should not be put directly in a map.
C++ Class hierarchy
CPhysicsEntitySolver
CLogicalEntity
CServerOnlyEntity
CBaseEntity
C++ physics_npc_solver.cpp

physics_entity_solver is a point entity available in all Source Source games. It's an entity sometimes created to prevent an object from blocking something else.