GetNumAliens (Harvest)
From OxeyeWiki
(Difference between revisions)
166 MMX (Talk | contribs)
(Created page with '{{HarvestMethod | getNumAliens() | Returns the number of aliens currently ingame. | | Returns a number representing the amount of aliens in game. }} === Example === <pre> print("...')
(Created page with '{{HarvestMethod | getNumAliens() | Returns the number of aliens currently ingame. | | Returns a number representing the amount of aliens in game. }} === Example === <pre> print("...')
Latest revision as of 19:47, 2 December 2009
|
getNumAliens() | ||
|
Returns the number of aliens currently ingame. | ||
| Parameter | Expected Type | Description |
| Returns | ||
|
Returns a number representing the amount of aliens in game. | ||
Example
print("Alive: " .. harvest.getNumAliens())