Env physwire: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(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...")
 
No edit summary
Line 8: Line 8:


{{KV|Density|intn=density|int|Presumably the number of points of the pendulum}}
{{KV|Density|intn=density|int|Presumably the number of points of the pendulum}}
{{KV BaseEntity}}


{{IO BaseEntity}}
{{IO BaseEntity}}

Revision as of 09:07, 9 April 2022

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