Simple physics prop: Difference between revisions
Jump to navigation
Jump to search
Note:If placed manually using Hammer, the entity will spawn suspended in mid-air and without any solidity. It's usually better to use a phys_convert on a prop_dynamic, or just use a prop_physics.
(Remove stub) |
(-added class hierarchy, cleanup) |
||
Line 1: | Line 1: | ||
{{ent not in fgd|nolink=1|because=it can only be configured through code}} | {{ent not in fgd|nolink=1|because=it can only be configured through code}} | ||
{{ | {{CD|CSimplePhysicsProp|file1=physobj.cpp}} | ||
{{entity|type=e0|simple_physics_prop}} It is a simple physics prop with no unique properties. Model-based entities converted by [[phys_convert]] are turned into this entity. Doesn't have any physics when spawned by other means. This is also used for objects being dissolved by a [[trigger_portal_cleanser]]. | |||
{{note|If placed manually using Hammer, the entity will spawn suspended in mid-air and without any solidity. It's usually better to use a phys_convert on a [[prop_dynamic]], or just use a [[prop_physics]].}} | {{note|If placed manually using Hammer, the entity will spawn suspended in mid-air and without any solidity. It's usually better to use a phys_convert on a [[prop_dynamic]], or just use a [[prop_physics]].}} | ||
==See Also== | ==See Also== | ||
* [[prop_physics]] - Conventional physics prop | * [[prop_physics]] - Conventional physics prop | ||
* [[simple_physics_brush]] - Brush counterpart | * [[simple_physics_brush]] - Brush counterpart |
Revision as of 07:14, 3 July 2023

![]() |
---|
CSimplePhysicsProp |
![]() |
Template:Entity It is a simple physics prop with no unique properties. Model-based entities converted by phys_convert are turned into this entity. Doesn't have any physics when spawned by other means. This is also used for objects being dissolved by a trigger_portal_cleanser.

See Also
- prop_physics - Conventional physics prop
- simple_physics_brush - Brush counterpart