IsAlienAvailable (Harvest)

From OxeyeWiki

Jump to: navigation, search

isAlienAvailable(alien)

Checks whether a certian alien type is available on the current planet. The alien variable is a number between 1 and 9.

Parameter Expected Type Description
alien Number The alien id.
Returns

Returns a Boolean value whether the alien is available or not.

Harvest Library

Example

if harvest.isAlienAvailable(4) then
   print("Summoners occur on this planet.")
end

Resources

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox