[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: function name
- From: "Danilo Tuler" <tuler@...>
- Date: Fri, 5 Mar 2004 09:47:03 -0300
Brett,
> That's why I need the function name in
> fact is to get at its object properties. Lua is seeing what
> it thinks is a function name in some cases and passing a
> function.
Why don't you just pass a string, and lua_gettable the function?
Performance?
Ps: I know the problem is solved, just want to understand your design.
-- Danilo