User Tools

Site Tools


prpl:currentcoords

This is an old revision of the document!


<- PRPL reference <- Everything Else 2

CURRENTCOORDS

ArgumentsResultNotation
Nothing X Coord, Y Coord [ - x1, y1 ]

Description

Returns the Current X and Y Coord of the unit running the command.

Examples

	stack.Push(new Data(GetCell(baseUnit.coordX))); 
	stack.Push(new Data(GetCell(baseUnit.coordY))); 
 
prpl/currentcoords.1482348701.txt.gz · Last modified: 2025/02/14 14:56 (external edit)