Difference between revisions of "Os.computerID"

From ComputerCraft Wiki
Jump to: navigation, search
(Redirected page to Os.getComputerID)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{lowercase}}
+
#REDIRECT [[Os.getComputerID]]
{{Function
+
|name=os.computerID
+
|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=term.write(os.computerID())
+
}}
+
}}
+

Latest revision as of 09:18, 27 November 2012

Redirect to: