User Tools

Site Tools


4rpl:commands:getunitposition

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
4rpl:commands:getunitposition [2022/07/16 12:55] – Noted V2.4 change. Karsten754rpl:commands:getunitposition [2023/01/19 09:28] (current) – Expanded example to show how to use vector (aka TrickyCorp Discord Version mod) Karsten75
Line 20: Line 20:
 <code 4rpl> <code 4rpl>
 GetUnitPosition(<-UID) ->pos GetUnitPosition(<-UID) ->pos
 +
 +# to extract the individual values from the above vector:
 +<-pos.x ->positionX
 +<-pos.y ->positionY
 +<-pos.z ->positonZ
 +
 +# or use the .dot syntax above to directly access the values in the vector, or 
 +
 +EV3(<-pos) ->z ->y ->x
 +
 </code> </code>
  
  
-A "safe" method to use this function and to handle the lack of a return value on non-existent units  Are as follows:+A "safe" method to use this function and to handle the lack of a return value on non-existent units are as follows:
  
 <code 4rpl> <code 4rpl>
4rpl/commands/getunitposition.txt · Last modified: 2023/01/19 09:28 by Karsten75