This article relates to the game "Portal 2." Click here for more information.

Comp entity mover: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (infotable)
m (Multipage Template)
Line 7: Line 7:
|in={{teamspen|4}}
|in={{teamspen|4}}
}}
}}
{{this is a|name=comp_entity_mover|game=Portal 2: Community Edition|e1}} It is also available in all games with {{Teamspen|4}} installed. It shifts entities by a given amount at compile-time. It can be useful to place entities into the void.
{{this is a|name=comp_entity_mover|game=Portal 2: Community Edition|e1}}  
 
{{Multipage}}
==KeyValues==
{{KV|Target Entity|target_destination|The name of the entity or entities to move.}}
{{KV|Reference Entity|target_destination|If set, the target will be offset by the amount that this entity is from the reference. The Distance will then be a multiplier.}}
{{KV|Direction|angle|If no Reference is provided, the direction to move in.}}
{{KV|Distance|float|The amount to move targets by.}}
 
==See Also==
* [[TeamSpen's Hammer Addons]]

Revision as of 09:02, 19 December 2023

comp_entity_mover
Comp entity mover.png
TypeInternal Point entity
EngineSource Source
AvailabilityTeamSpen's Hammer Addons TeamSpen's Hammer Addons
 

comp_entity_mover is an e1 available in Portal 2: Community Edition Portal 2: Community Edition. Template:Multipage