Print (Harvest)
From OxeyeWiki
print(text) | ||
Prints a string in the lower left corner in the game. | ||
Parameter | Expected Type | Description |
text | String | The text to be printed. |
Returns | ||
Returns nothing. |
Example
harvest.print("Timer is now: " .. timer)