User Tools

Site Tools


prpl:getunittransformposition

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
prpl:getunittransformposition [2016/12/02 23:33] – external edit 127.0.0.1prpl:getunittransformposition [2025/02/14 14:57] (current) – external edit 127.0.0.1
Line 1: Line 1:
-<- [[.:prplreference| PRPL reference]] <- [[.:prplreference#everything_else_2|Everything Else 2]]+<- [[.:prplreference| PRPL reference]] <- [[.:prplreference#units|Units]]
  
-=====  GETUNITTRANSFORMPOSITION  =====+=====  GetUnitTransformPosition  =====
  
 ^Arguments^Result^Notation^ ^Arguments^Result^Notation^
-| | | [ - ] |+| | float float float | [ - float float float ] |
  
  
 === Description === === Description ===
 +Get's the current core's 3d position, the first 2 numbers (x,y) are the same as pixel coordinates, and the 3rd number (z) is the core's elevation, which is always -2.5 (2.5 above the ground).
  
 === Examples === === Examples ===
-<code> stack.Push(new Data(baseUnit.transform.position.x));  +<code> 
- stack.Push(new Data(baseUnit.transform.position.y));  +GetUnitTransformPosition Trace3
- stack.Push(new Data(baseUnit.transform.position.z));  +
- +
 </code> </code>
  
prpl/getunittransformposition.1480721634.txt.gz · Last modified: 2025/02/14 14:56 (external edit)