Beispiel #1
0
 public static string GetUpValue(LuaStatePtr l, int funcindex, int n)
 {
     return(new string(LuaDelegates.lua_getupvalue(l, funcindex, n)));
 }