static int Compress(IntPtr L) { LuaScriptMgr.CheckArgsCount(L, 1); string arg0 = LuaScriptMgr.GetLuaString(L, 1); string o = UtilCommon.Compress(arg0); LuaScriptMgr.Push(L, o); return(1); }