); Tha"> Schedule" function documentation error | Torque Game Builder | Forums | Community | GarageGames.com

Game Development Community

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!

#1
01/13/2007 (10:59 am)
In TGB Reference, I see this one:
schedule(%time, %refObject, %command, %args)
and this one:
schedule(%time, %command, %argList)

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!