Func instance origin: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 1: Line 1:
{{portal2 point|func_instance_origin|internal=1}} It defines the center of an instance for rotation. Useful to avoid moving everything inside an instance in order to change the origin point. It is used by Hammer and VBSP only.
{{portal2 point|func_instance_origin|internal=1}} It defines the center of an instance for placement and rotation. By default if ne func_instance_origin is placed, the center is the map origin (0,0,0). Therefore placing a func_instance_origin is useful to avoid moving everything inside an instance in order to change the origin point. It is used by Hammer and VBSP only.


{{intent}}
{{intent}}

Revision as of 04:03, 5 September 2012

Template:Portal2 point It defines the center of an instance for placement and rotation. By default if ne func_instance_origin is placed, the center is the map origin (0,0,0). Therefore placing a func_instance_origin is useful to avoid moving everything inside an instance in order to change the origin point. It is used by Hammer and VBSP only.

Template:Intent

See also