entity.get_origin
Returns x, y, z world coordinates of the entity's origin, or nil if the entity is dormant and dormant ESP information is not available.
entity.get_origin(ent: number): number, number, number
Arguments
Name | Description | Type |
---|---|---|
ent | Entity index. | number |
Returns x: number, y: number, z: number