lua-users home
lua-l archive

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


A lua variable can take a function as a value, you don't have to mess up with 
addresses, lua does this for you. There be simply be an argument on the stack 
representing the function. You can then save it in the registry table (read 
the manual for details) and retrieve it later.

cö
Pascal Maillard