Difference between revisions of "Talk:Making a Delay function"

From ComputerCraft Wiki
Jump to: navigation, search
(Useless Page?)
 
(One intermediate revision by one other user not shown)
Line 4: Line 4:
 
I agree, there is no need for the use of a function that does a task native to Lua. I mean the sleep(n) command is not even part of the API... I think we should either put this as a general tutorial for understanding functions, or delete the page entirely. [[Special:Contributions/71.224.247.65|71.224.247.65]] 04:30, 14 May 2012 (UTC)
 
I agree, there is no need for the use of a function that does a task native to Lua. I mean the sleep(n) command is not even part of the API... I think we should either put this as a general tutorial for understanding functions, or delete the page entirely. [[Special:Contributions/71.224.247.65|71.224.247.65]] 04:30, 14 May 2012 (UTC)
  
I'll change it to being about understanding functions. Would make a good guide for how to make functions and what they are, except how to return values.--[[Special:Contributions/205.213.125.7|205.213.125.7]] 13:19, 14 May 2012 (UTC)
+
I'll change it to being about understanding functions. Would make a good guide for how to make functions and what they are, except how to return values. --[[User:Onionnion|Onionnion]] 13:19, 14 May 2012 (UTC)
 +
 
 +
I have redirected it to [[Os.sleep]], as there is no use for this page. --[[User:Thesbros|Thesbros]] 9:49, 11 July 2012 (PST-NoTwentyFourHour)

Latest revision as of 16:49, 11 July 2012

Useless Page?

There's already sleep(seconds), there's no need for this page? — Preceding unsigned comment added by 24.20.222.206 (talkcontribs)

I agree, there is no need for the use of a function that does a task native to Lua. I mean the sleep(n) command is not even part of the API... I think we should either put this as a general tutorial for understanding functions, or delete the page entirely. 71.224.247.65 04:30, 14 May 2012 (UTC)

I'll change it to being about understanding functions. Would make a good guide for how to make functions and what they are, except how to return values. --Onionnion 13:19, 14 May 2012 (UTC)

I have redirected it to Os.sleep, as there is no use for this page. --Thesbros 9:49, 11 July 2012 (PST-NoTwentyFourHour)