Difference between revisions of "Os.computerID"

From ComputerCraft Wiki
Jump to: navigation, search
(edit example, also, is it os.getComputerID() or os.computerID()? clarify?)
(Redirected page to Os.getComputerID)
 
(One intermediate revision by one other user 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=print(os.computerID())
+
}}
+
}}
+

Latest revision as of 09:18, 27 November 2012

Redirect to: