Func instance origin: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
m (strange typo)
Line 1: Line 1:
{{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.
{{portal2 point|func_instance_origin|internal=1}} It defines the center of an instance for placement and rotation. By default if no 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 15:19, 22 December 2014

Template:Portal2 point It defines the center of an instance for placement and rotation. By default if no 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