PGRData/Resources/Scripts/XConfig/XReportConfigs.lua

13 lines
308 B
Lua
Raw Normal View History

2022-12-26 14:06:01 +05:30
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