Parameters and types: None
Return value and type:
The main function of this method: Randomly generate a weather ID
The specific use cases are as follows:
local code, wtype = World:randomWeatherID()
if code == ErrorCode.OK then
print('Execution successful', code, wtype )
else
print('Execution failed')
end