Advertisement
szpg1108

Untitled

Aug 28th, 2013
327
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.13 KB | None | 0 0
  1. lua_pushnil(L);
  2.     while (lua_next(L, -2) != 0)
  3.     {
  4.       stackTrace(L);
  5.       lua_pop(L, 1);
  6.     }
  7.    
  8.     stackTrace(L);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement