Env physwire

From Valve Developer Community
Revision as of 10:01, 9 April 2022 by Gatelych83 (talk | contribs) (Created page with "{{Ent not in fgd}} {{obsolete|entity=1}} {{base point|env_physwire}} Presumably intended to be a pendulum of keyframe_ropes using phys_ballsockets. Currently does not...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Icon-NotInFGD.png
This entity is not in the FGD by default.
See below for instructions on making it available.
Obsolete-notext.png
This entity is obsolete. Its use is discouraged. It may only exist/function in older engine branches.

Template:Base point Presumably intended to be a pendulum of keyframe_ropes using phys_ballsockets. Currently does not function as almost all of its code is commented out.

C++ In code, it is represented by theCPhysicsWireclass, defined in theeffects.cppfile.

KeyValues

Density (density) <integer>
Presumably the number of points of the pendulum

Template:IO BaseEntity