Script clip vphysics: Difference between revisions
Jump to navigation
Jump to search
m (Updated old entity format to {{this is a}}. This action was perfomed by a bot.) |
Thunder4ik (talk | contribs) m (→See also: Unicodifying, replaced: See Also → See also) |
||
Line 10: | Line 10: | ||
{{I EnableDisable}} | {{I EnableDisable}} | ||
== See | == See also == | ||
* [[func_clip_vphysics]] | * [[func_clip_vphysics]] | ||
[[Category:Physics]] | [[Category:Physics]] |
Revision as of 12:46, 8 January 2024
![]() |
---|
CScriptVPhysicsClip |
script_clip_vphysics
is an e0 available in Left 4 Dead 2. It is considered solid to VPhysics objects (such as a prop_physics). QPhysics objects (such as players) can pass freely. It can also use a filter to only collide with specific objects.
Keyvalues
- Bounding Box Extents (extent) <vector>
- Controls the size of the bounding box. If mins/maxs were usable here instead then
mins -100 -100 -100
andmaxs 100 100 100
would be equivalent toextent 100 100 100
.See also: Image at bounding box page
- Origin (origin) <vector>
- Center of the bounding box specified by the extent
- Angles (angles) <vector>
- Angles of the bounding box specified by the extent
- Name (targetname) <string>[ Edit ]
- The name that other entities refer to this entity by, via Inputs/Outputs or other keyvalues (e.g.
parentname
ortarget
).
Also displayed in Hammer's 2D views and Entity Report.See also: Generic Keyvalues, Inputs and Outputs available to all entities
Inputs
EnableDisable:
- Enable / Disable
- Enable/disable this entity from performing its task. It might also disappear from view.