PGRData/Resources/Scripts/XConfig/XReportConfigs.lua
2022-12-26 14:06:01 +05:30

13 lines
No EOL
308 B
Lua

XReportConfigs = XReportConfigs or {}
local TABLE_REPORT_PATH = "Share/Report/ReportTag.tab"
local ReportCfg = {}
function XReportConfigs.Init()
ReportCfg = XTableManager.ReadByIntKey(TABLE_REPORT_PATH, XTable.XTableReportTag, "Id")
end
function XReportConfigs.GetReportCfg()
return ReportCfg
end