Exemple #1
0
 public static int GetTop(LuaStatePtr l)
 {
     return(LuaDelegates.lua_gettop(l));
 }