randomWeatherID

local code, wtype = World:randomWeatherID()
if code == ErrorCode.OK then
print('Execution successful', code, wtype )
else
print('Execution failed')
end