Logic mirror movement: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
(TODO)
Line 1: Line 1:
{{DISPLAYTITLE:logic_mirror_movement}}
{{todo|Is this a base engine point entity? if so, add [[Template:Base point]].}}
==Entity Description==
==Entity Description==
Mirror entity movement to another entity
Mirror entity movement to another entity

Revision as of 04:22, 1 August 2018

Todo: Is this a base engine point entity? if so, add Template:Base point.

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