02-06-2011, 08:26 AM
Why are there different words like sleep instead of wait. What is the new format?
I know the scripting is lua, but
|
02-06-2011, 08:26 AM
Why are there different words like sleep instead of wait. What is the new format?
02-06-2011, 11:08 PM
sleep() is the standard name for a function that waits a certain number of seconds. wait() in Java means that the current thread will wait until another thread tells it to continue.
Lua is just a syntax pattern; the details of how you use it depends on which application you are scripting for. |
« Next Oldest | Next Newest »
|