Exemplo n.º 1
0
 public static int luaL_execresult(LuaState state, int stat)
 {
     return(LuaNativeBinding.luaL_execresult(state, stat));
 }