Exemplo n.º 1
0
 static int GetOrderId(IntPtr L)
 {
     try
     {
         ToLua.CheckArgsCount(L, 0);
         string o = ChannelMgr.GetOrderId();
         LuaDLL.lua_pushstring(L, o);
         return(1);
     }
     catch (Exception e)
     {
         return(LuaDLL.toluaL_exception(L, e));
     }
 }