Schedule" function documentation error
by Dean Ware · in Torque Game Builder · 01/12/2007 (7:11 pm) · 1 replies
Documentation included with newest TGB says
schedule(time, "function", referenceobject, arg1, arg2);
But this does not work.
(I think) it should be :
schedule(time, referenceobject, "function",);
Thanks
P.S. Where should i report stuff like this?
P.P.S TGB is a great product. Very powerful. Really enjoying it!
schedule(time, "function", referenceobject, arg1, arg2);
But this does not work.
(I think) it should be :
schedule(time, referenceobject, "function",
Thanks
P.S. Where should i report stuff like this?
P.P.S TGB is a great product. Very powerful. Really enjoying it!
About the author
Associate Tom Eastman (Eastbeast314)
Which are correct. If you were looking at the Component Tutorials->Scripting->Scheduling Events page, you were right in that the global schedule example there is wrong - the refObject should be before the command. You should report this in the TGB Bug forum and link to this thread.
I'm at least partially to blame for that goof! Sorry!