Path vphysics: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
m (removed the _ at the bottom in diversity vent and added P2CE to the top.)
Line 1: Line 1:
{{stub}}
{{stub}}


{{ent|path_vphysics}} Is a point entity in {{portalrev}}. It pushes objects in its radius, at the speed defined.
{{ent|path_vphysics}} Is a point entity in {{P2ce|4}} and {{portalrev|4}}. It pushes objects in its radius, at the speed defined.
{{clarify|What does the keyvalue <code>dampening</code> do?}}
{{clarify|What does the keyvalue <code>dampening</code> do?}}
{{tip|<code>path_vphysics</code> is very simular to {{ent|path_track}}, meaning that you can shift-drag the paths to create a track.}}
{{tip|<code>path_vphysics</code> is very simular to {{ent|path_track}}, meaning that you can shift-drag the paths to create a track.}}
Line 19: Line 19:
== See also ==
== See also ==
* {{ent|path_track}}
* {{ent|path_track}}
* {{ent|Diversity_Vent}} - For creating a Vacuum tube without the use of {{ent|path_vphysics}}.
* {{ent|Diversity Vent}} - For creating a Vacuum tube without the use of {{ent|path_vphysics}}.

Revision as of 16:43, 4 November 2025

Stub

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

path_vphysics Is a point entity in Portal 2: Community Edition Portal 2: Community Edition and Portal: Revolution 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