User Tools

Site Tools


prpl:getallshipsinrange

Differences

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

Link to this comparison view

Next revision
Previous revision
prpl:getallshipsinrange [2016/12/02 23:33] – external edit 127.0.0.1prpl:getallshipsinrange [2025/02/14 14:57] (current) – external edit 127.0.0.1
Line 4: Line 4:
  
 ^Arguments^Result^Notation^ ^Arguments^Result^Notation^
-| | | [ - ] |+Coordinates, Range, Square?List of All Ships in Range| [ x1, y1, f1, b1 List  ] |
  
  
 === Description === === Description ===
 +Returns a list of all UIDs of the ships it can find within a specified range.
  
 === Examples === === Examples ===
Line 14: Line 15:
  gsy = GetIntFromStack();   gsy = GetIntFromStack(); 
  gsx = GetIntFromStack();   gsx = GetIntFromStack(); 
- stack.Push(new Data(units)) + stack.Push(new Data(units))
    
 +        0 0 50 false GetAllShipsInRange ->Ships //Returns a list of all the UIDs of the ship found within a circle range of 50 starting from 0,0
 </code> </code>
  
prpl/getallshipsinrange.1480721634.txt.gz · Last modified: 2025/02/14 14:56 (external edit)