Dota 2 Workshop Tools/Scripting/API/CBaseEntity.SetOrigin: Difference between revisions
< Dota 2 Workshop Tools | Scripting | API
Jump to navigation
Jump to search
Line 18: | Line 18: | ||
| Vector | | Vector | ||
| origin | | origin | ||
| | | Vector(x, y, z) | ||
|} | |} |
Revision as of 10:51, 22 June 2020

Function Description
void SetOrigin(Vector origin)
Sets the location of this entity
Parameters
Type | Name | Description |
---|---|---|
Vector | origin | Vector(x, y, z) |