1
0
mirror of https://github.com/Adorable-Catgirl/Zorya-NEO.git synced 2024-09-22 03:08:51 +10:00
Zorya-NEO/mods/util_luaconsole/arc/bin/lsthd.lua

4 lines
92 B
Lua
Raw Normal View History

2020-06-06 10:45:08 +10:00
local threads = krequire("thd").get_threads()
for i=1, #threads do
print(threads[i][1])
end