Loading…
![]() String updated in the repository testing_project / Documentation: reference/reference_lua/xlog — Russian |
Glossary
English | Russian | ||
---|---|---|---|
No related strings found in the glossary. |
Loading…
![]() String updated in the repository testing_project / Documentation: reference/reference_lua/xlog — Russian |
English | Russian | ||
---|---|---|---|
No related strings found in the glossary. |
t = {}
for k, v in xlog.pairs('00000000000000000000.xlog') do
table.insert(t, setmetatable(v, { __serialize = "map"}))
end
return t
t = {}
for k, v in xlog.pairs('00000000000000000000.xlog') do
table.insert(t, setmetatable(v, { __serialize = "map"}))
end
return t