Print (Harvest)
From OxeyeWiki
(Difference between revisions)
Line 1: | Line 1: | ||
{{HarvestMethod | {{HarvestMethod | ||
| | | | ||
- | print(text) | + | nil print(text) |
| | | | ||
Prints a string in the lower left corner in the game. | Prints a string in the lower left corner in the game. |
Revision as of 21:46, 1 December 2009
nil 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
print("Timer is now: " .. timer)