Dota 2 Workshop Tools/Scripting/API/CBaseEntity.SetOrigin: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
Line 18: Line 18:
| Vector
| Vector
| origin
| origin
| No Description Set
| Vector(x, y, z)
|}
|}

Revision as of 10:51, 22 June 2020

Note.pngNote: This page is automatically generated. Any changes may be overwritten

Function Description

void SetOrigin(Vector origin)

Sets the location of this entity

Parameters

Type Name Description
Vector origin Vector(x, y, z)