IsPositionBlocked (Harvest)
From OxeyeWiki
(Difference between revisions)
(Created page with '{{HarvestMethod | isPositionBlocked(x, y) | Checks if a world position blocks aliens and buildings. Currently only used for the holes on Ares. | {{MethodParam|x|Number|The x coor...') |
|||
Line 8: | Line 8: | ||
{{MethodParam|y|Number|The y coordinate on the world map.}} | {{MethodParam|y|Number|The y coordinate on the world map.}} | ||
| | | | ||
- | Returns a Boolean value | + | Returns a Boolean value whether you can place building at a specific point or not. |
}} | }} | ||
=== Example === | === Example === |
Latest revision as of 19:22, 2 December 2009
isPositionBlocked(x, y) | ||
Checks if a world position blocks aliens and buildings. Currently only used for the holes on Ares. | ||
Parameter | Expected Type | Description |
x | Number | The x coordinate on the world map. |
y | Number | The y coordinate on the world map. |
Returns | ||
Returns a Boolean value whether you can place building at a specific point or not. |
Example
if ~harvest.isPositionBlocked(x, y) then harvest.spawnAlien(1, x, y)