GetPlanet (Harvest)
From OxeyeWiki
|
getPlanet() | ||
|
Fetches the current planet as a four-letter string. In other words, "heph", "pose" or "ares". | ||
| Parameter | Expected Type | Description |
| Returns | ||
|
Returns a four character String containing the name of the planet. | ||
Example
if harvest.getPlanet() == "pose" then
print("It's chilly outside.")
end