Logic mirror movement: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
 
m (Robot: fixing template case.)
Line 13: Line 13:
: <target_destination> Mirror relative entity
: <target_destination> Mirror relative entity
==Inputs==
==Inputs==
* {{i targetname}}
* {{I Targetname}}
* '''SetMirrorTarget <target_destination>'''
* '''SetMirrorTarget <target_destination>'''
: Set MirrorTarget
: Set MirrorTarget

Revision as of 19:38, 19 January 2009

Template:Wrongtitle

Entity Description

Mirror entity movement to another entity

Keyvalues

<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