static int SetModelZoomRate(IntPtr L) { try { ToLua.CheckArgsCount(L, 2); WCG.RenderObj obj = (WCG.RenderObj)ToLua.CheckObject <WCG.RenderObj>(L, 1); float arg0 = (float)LuaDLL.luaL_checknumber(L, 2); obj.SetModelZoomRate(arg0); return(0); } catch (Exception e) { return(LuaDLL.toluaL_exception(L, e)); } }