lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]



On Monday, December 10, 2001, at 03:16 PM, Thatcher Ulrich wrote:
Is there a hook that get's called when sleep is
called?

Nope. I don't think it would be hard to add, but I haven't paid much attention to how callbacks work in Lua. What would you use it for?

To resume the next object in the list of active objects.

Steve