Path vphysics

From Valve Developer Community
Revision as of 14:27, 19 August 2025 by Breakin' Benny (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Stub

This article or section is a stub. You can help by expanding it.

path_vphysics Is a point entity in Portal: Revolution. It pushes objects in its radius, at the speed defined.

Clarify: What does the keyvalue dampening do?
Tip.pngTip:path_vphysics is very simular to path_track, meaning that you can shift-drag the paths to create a track.

Keyvalues

Next Target (target) <targetname>
The next path_vphysics in the path.
Speed (speed) <float>
The speed at which to move the objects.
Radius (radius) <float>
Radius of the triggers.
Damping (damping) <float>
How much to dampen the movement.
Filter (filtername) <filter>
Filter to apply to the spawned triggers.

Inputs

Enable
Enables the trigger
Disable
Disables the trigger
Toggle
Toggles the trigger

See also