lua-users home
lua-l archive

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


> Do you really want to name "display" or just its value?
> If it's the value, then you want to save a reference to it somewhere
> and the lua_call it (after lua_getref).


basically i just want to be able to call it thats all. it doesn't have the
to be the string value, just a value to i can pass so that lua_call will
work..

how do i get the reference via tolua ? i dont see anything that looks
like its getting a ref

charlie