Point velocitysensor

From Valve Developer Community
Revision as of 16:05, 30 May 2011 by Cfoust (talk | contribs) (Filled in this stub)
Jump to navigation Jump to search

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.