Env physimpact

From Valve Developer Community
Revision as of 10:01, 29 September 2018 by Pinsplash (talk | contribs) (updates)
Jump to navigation Jump to search
English (en)Translate (Translate)

Template:Base point It causes a physics impact on another entity. The direction of the impact is determined by the angles set.

Icon-Bug.pngBug:Does not function in Team Fortress 2.  [todo tested in ?]
C++ In code, it is represented by theCPhysImpactclass, defined in thephysobj.cppfile.

Flags

  • 1: No fall-off
  • 2: Infinite Length
  • 4: Ignore Mass
  • 8: Ignore Surface Normal When Applying Force[Clarify]

Keyvalues

Magnitude (magnitude) ([todo internal name (i)]) <integer>
Strength of the impact.
Distance (distance) ([todo internal name (i)]) <integer>
How far to project the impact (if 0 uses a default value).
Point to Entity (directionentityname) ([todo internal name (i)]) <targetname>
If set, Distance and Pitch Yaw Roll settings are ignored and the direction and distance to the target entity will be used.


Inputs

Impact
Trigger the impact


Outputs