Difference between revisions of "Os.computerID"

From ComputerCraft Wiki
Jump to: navigation, search
(dunno where people got "computerID" from, it's "getComputerID")
(Redirected page to Os.getComputerID)
 
Line 1: Line 1:
{{lowercase}}
+
#REDIRECT [[Os.getComputerID]]
{{Function
+
|name=os.getComputerID
+
|returns=the ID of the Computer
+
|api=os
+
|addon=ComputerCraft
+
|desc=returns the ID of the computer this command is executed on.
+
|examples=
+
{{Example
+
|desc=prints the Computer ID
+
|code=print(os.getComputerID())
+
}}
+
}}
+

Latest revision as of 09:18, 27 November 2012

Redirect to: