lua-users home
lua-l archive

Re: metatable, __index & forwardInvocation?

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


On Feb 05, 2005, at 18:17, Rici Lake wrote:
__index =
 function(this, aKey)
 return
 function(...)
 return this.forwardInvocation(unpack(arg))
 end
 end
On Feb 05, 2005, at 18:19, Leandro Candido wrote:
 return function(...)
 local realfunc = realfunc;
 return(unpack(arg));
 end
 end
Excellent! Thanks :)
Cheers
--
PA, Onnay Equitursay
http://alt.textdrive.com/

AltStyle によって変換されたページ (->オリジナル) /