-- @/lua/ge/extensions/core/environment.lua:544
local function getPrecipitation()
local rainObj = getObject("Precipitation")
local rainDrops
if rainObj then
rainDrops = rainObj.numOfDrops
end
return rainDrops
end
local numOfDrops = getPrecipitation()
res.numOfDrops = numOfDrops