Instructions/Get Location

From Desynced Wiki
Revision as of 05:41, 17 September 2023 by Johan (talk | contribs) (informational)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Get Location
     
     Gets location of a seen unit
Lua ID get_location
Category Global
Icon Move To.png
Argument One: Type Input
Argument One: Name Unit
Argument One: Description Unit to get coordinates of
Argument One: Data Type entity
Argument Two: Type Output
Argument Two: Name Coord
Argument Two: Description Coordinate of unit



Description

Gets the coordinate of a specified entity.

Uses

Used for capturing which coordinate an entity exists on.

Effectively the inverse of Get Entity At, which gets an entity based on a coordinate.


Similar Instructions

Get Entity At