CPhysConstraintSystem: Difference between revisions

From SigMod
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
== Overview ==
== Overview ==
This entity manages [[CPhysConstraint]] entities and resolves their interactions with consideration for every constraint in the system.
Manages [[CPhysConstraint]] entities and resolves their interactions with consideration for every constraint in the system.


'''Source location : [https://github.com/sreechar/TF2-Source-Code/tree/master/tf2_src/game/server/physconstraint.cpp /game/server/physconstraint.cpp]'''
'''Source location : [https://github.com/sreechar/TF2-Source-Code/tree/master/tf2_src/game/server/physconstraint.cpp /game/server/physconstraint.cpp]'''

Revision as of 20:30, 10 July 2022

Overview

Manages CPhysConstraint entities and resolves their interactions with consideration for every constraint in the system.

Source location : /game/server/physconstraint.cpp

Linked Entity : phys_constraintsystem

Class Structure

Entity DataMaps

CPhysConstraintSystem
Name Type Description
m_additionalIterations
m_pMachine