PDA

View Full Version : LUA Scheduler Object - Can it execute a function?



danward79
May 31st, 2005, 03:29 PM
Hi Again!

I have been setting up some scheduler stuff, and rather than trigger a girder event. I would like to execute a function in lua.

Is it possible?

Thanks You! :D

Rob H
May 31st, 2005, 05:25 PM
Doesn't look like it, although it would be a good idea.

In the meantime you can use gir.AddEventHandler() as a workaround

Promixis
May 31st, 2005, 06:52 PM
hm, it was our intent to do that...

well, we will have to wait :x

danward79
June 1st, 2005, 01:52 AM
Mike... "Chop, Chop!" :lol:

Rob,

Where did you get that command!

Rob H
June 1st, 2005, 03:47 AM
Having said that it doesn't appear to do that I'm just going by the help file. I haven't actually tried using a function. I've just tried it and it doesn't work.

Dan,

Where did I get what function? gir.AddEventHandler()? From the help file.