Point velocitysensor: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Wrong title template added)
(Filled in this stub)
Line 1: Line 1:
{{wrongtitle|title=point_velocitysensor}}
{{wrongtitle|title=point_velocitysensor}}
{{base_point}}
{{base_point}}
{{stub}}
 
==Entity Description==
An entity that detects and outputs an entity's velocity.
 
==Keyvalues==
*{{KV Targetname}}
*'''Target Entity Name'''
:<target_destination> Name of the entity whose velocity will be sensed.
*'''Measurement Axis'''
:<vecline>
*'''Start Enabled'''
: <choices> Whether or not to start enabled and active.
 
==Inputs==
*{{I Targetname}}
*{{I EnableDisable}}
 
==Outputs==
*{{O Targetname}}
*'''Velocity <float>'''
:Fired when the Target's Velocity changes, passing the new magnitude of the velocity.

Revision as of 16:05, 30 May 2011

Template:Wrongtitle Template:Base point

Entity Description

An entity that detects and outputs an entity's velocity.

Keyvalues

Name (targetname) <string>[ Edit ]
The name that other entities refer to this entity by, via Inputs/Outputs or other keyvalues (e.g. parentname or target).
Also displayed in Hammer's 2D views and Entity Report.
See also:  Generic Keyvalues, Inputs and Outputs available to all entities

  • Target Entity Name
<target_destination> Name of the entity whose velocity will be sensed.
  • Measurement Axis
<vecline>
  • Start Enabled
<choices> Whether or not to start enabled and active.

Inputs

  • EnableDisable:
Enable / Disable
Enable/disable this entity from performing its task. It might also disappear from view.

Outputs

  • Velocity <float>
Fired when the Target's Velocity changes, passing the new magnitude of the velocity.