Table of Contents

Enum WEATHER

Namespace
Pillars.Weather.Data
Assembly
Pillars.dll

Represents the different weather conditions that can be applied in the game.

public enum WEATHER

Fields

Clear = 0
Misty_01 = 1
StormyLarge_01 = 3
Stormy_01 = 2

Remarks

This enum defines the possible weather states, such as clear skies, mist, or storms. Each value corresponds to a specific weather condition that can be set for the game world.