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