This is an old revision of the document!
<- PRPL reference <- Everything Else 2
| Arguments | Result | Notation |
|---|---|---|
| Nothing | X Coord, Y Coord | [ - x1, y1 ] |
Returns the Current X and Y Coord of the unit running the command.
stack.Push(new Data(GetCell(baseUnit.coordX)));
stack.Push(new Data(GetCell(baseUnit.coordY)));
CuurentCoords trace