Print (Harvest)

From OxeyeWiki

(Difference between revisions)
Jump to: navigation, search
(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 ...')
Line 1: Line 1:
{{HarvestMethod
{{HarvestMethod
|
|
-
print(string)
+
print(text)
|
|
Prints a string in the lower left corner in the game.
Prints a string in the lower left corner in the game.
|
|
-
{{MethodParam|text|A string|The text to be printed.}}
+
{{MethodParam|text|String|The text to be printed.}}
|
|
Returns nothing.
Returns nothing.

Revision as of 19:45, 1 December 2009

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.

Harvest Library

Example

   print("Timer is now: " .. timer)
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox