Script clip vphysics: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{CD2|CScriptVPhysicsClip}} {{entity|game=Left 4 Dead 2|script_clip_vphysics|type=e0}} It is considered solid to VPhysics objects (such as a {{ent|prop_physics}}). QPhys...") |
No edit summary |
||
Line 4: | Line 4: | ||
==Keyvalues== | ==Keyvalues== | ||
{{KV|Filter Name|intn=filtername|filterclass|[[Filter]] to use to see if activator collides with this entity.}} | {{KV|Filter Name|intn=filtername|filterclass|[[Filter]] to use to see if activator collides with this entity.}} | ||
{{KV | {{KV ScriptBrushBase}} | ||
{{KV Targetname}} | {{KV Targetname}} | ||
==Inputs== | ==Inputs== | ||
{{I EnableDisable}} | {{I EnableDisable}} | ||
== See Also == | |||
* [[func_clip_vphysics]] | |||
[[Category:Physics]] | [[Category:Physics]] |
Revision as of 09:49, 6 August 2023
![]() |
---|
CScriptVPhysicsClip |
Template:Entity 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.