building_lib/timer.lua
BuckarooBanzay 3332231f83 timer api
2024-10-11 08:56:02 +02:00

7 lines
240 B
Lua

function building_lib.get_building_timer(mapblock_pos)
print(dump(mapblock_pos))
--TODO: get group data with `DataStorage:get_group_data(pos)`
end
-- TODO: iterate over active areas and operate on `DataStorage:get_group_data(pos)`