Logic mirror movement

From Valve Developer Community
Revision as of 19:58, 19 January 2009 by VDCBot (talk | contribs) (Robot: fixing template case.)
Jump to navigation Jump to search

Template:Wrongtitle

Entity Description

Mirror entity movement to another entity

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
<target_destination> Target
  • MirrorTarget
<target_destination> Mirror target entity
  • RemoteTarget
<target_destination> Remote target entity
  • MirrorRelative
<target_destination> Mirror relative entity

Inputs

  • SetMirrorTarget <target_destination>
Set MirrorTarget
  • SetTarget <target_destination>
Set Target
  • SetRemoteTarget <target_destination>
Set RemoteTarget
  • SetMirrorRelative <target_destination>
Set MirrorRelative

Outputs