lua-users home
lua-l archive

RE: LuaState and library layout

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


> 
> "Upvalues are local to the combination of a LuaState and a C library"
> 
> -- I thought upvalues where specific to a lua function (or more
> specifically a closure).
> 
Thx for the hint. I updated it with a link. 
You are right on the Lua side, but there are also upvalues on the C side; http://www.lua.org/manual/5.1/manual.html#3.4 
The header already stated: "Static variables vs upvalues (for C functions)", but I now added a link.

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