CSimplePhysicsProp: Difference between revisions

From SigMod
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[edit | edit source]

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[edit | edit source]