|
Hi all
i have a function in the LUA file
function Dump(var)
end
in the C file i have previously caled
dofile with filename
if a call from C dostring("Dump()") the
function is called, but how can i set the parameter also ? except from using
dostring("Dump(variable)")
thanks
George
|