Print (Harvest)
From OxeyeWiki
(Difference between revisions)
Feone (Talk | contribs)
(Created page with '{{HarvestMethod | print(string) | Prints a string in the lower left corner in the game. | {{MethodParam|text|A string|The text to be printed.}} | Returns nothing. }} === Example ...')
Newer edit →
(Created page with '{{HarvestMethod | print(string) | Prints a string in the lower left corner in the game. | {{MethodParam|text|A string|The text to be printed.}} | Returns nothing. }} === Example ...')
Newer edit →
Revision as of 18:32, 13 March 2009
print(string) | ||
Prints a string in the lower left corner in the game. | ||
Parameter | Expected Type | Description |
text | A string | The text to be printed. |
Returns | ||
Returns nothing. |
Example
print("Timer is now: " .. timer)