Seven Towers: UCC Reference

USECODE INTRINSICS

int UI_get_weather()

Returns the current weather state. Return values are:

Return

A numeric value indicating what the current weather is. Possible values are:

CLEAR_WEATHER = 0No clouds, no precipitation.
SNOWING = 1Snowing.
RAIN = 2Raining
SPARKLE = 3Magical storm, causes magic to fail.
FOG = 4Nothing happens.
OVERCAST = 5Light cloud cover.
CLOUDY = 6Heavy cloud cover.

Related intrinsics

See also