User Tools

Site Tools


crpl:docs:getunittransformposition

This is an old revision of the document!


~~DISCUSSION~~ <- CRPL reference <- Unit Commands

GetUnitTransformPosition

ArgumentsResultNotation
Pixel X and Y coords of unit, z coord – X1 Y1 Z1

Description

Normally, this method returns the same as CurrentPixelCoord plus a zero. However, if the unit is ascending to orbit, the z value begins going negative and the y value climbs. It is worth noting that during such an event, CurrentPixelCoord does not change, but CurrentCoord does. In fact, if you run CellToPixel on CurrentCoord, you will get the x and y values that this method returns, rounded to the nearest multiple of eight.

Examples

#let us watch this weirdness:
ShowTraceLog
ClearTraceLog

CurrentCoords CellToPixel
CurrentPixelCoords
GetUnitTransformPosition TraceStack

Once
AscendToOrbit
Endonce
crpl/docs/getunittransformposition.1425982568.txt.gz · Last modified: 2025/02/14 14:56 (external edit)