CSimplePhysicsProp: Difference between revisions
Jump to navigation
Jump to search
(Created page with "== Overview == ... '''Source location : [https://github.com/sreechar/TF2-Source-Code/tree/master/tf2_src/game/server/physobj.cpp /game/server/physobj.cpp]''' '''Linked Entit...") |
No edit summary |
||
Line 1: | Line 1: | ||
== Overview == | == Overview == | ||
. | Model based entities converted from non physics props by [[CPhysConvert]] have their properties copied and turned into this entity. This entity does not function correctly when manually spawned / created. | ||
'''Source location : [https://github.com/sreechar/TF2-Source-Code/tree/master/tf2_src/game/server/physobj.cpp /game/server/physobj.cpp]''' | '''Source location : [https://github.com/sreechar/TF2-Source-Code/tree/master/tf2_src/game/server/physobj.cpp /game/server/physobj.cpp]''' |
Latest revision as of 23:17, 10 August 2022
Overview
Model based entities converted from non physics props by CPhysConvert have their properties copied and turned into this entity. This entity does not function correctly when manually spawned / created.
Source location : /game/server/physobj.cpp
Linked Entity : simple_physics_prop
Class Structure
- CBaseEntity
- CBaseAnimating
- CBaseProp
- CSimplePhysicsProp
- CBaseProp
- CBaseAnimating