WeatherSoundCollection (Fallout4)
Summary
Represents a collection of WeatherSounds.
Properties
Name Description
int Count Gets the number of WeatherSounds in this collection.
Methods
Name Description
void Add(Sndr,WeatherSoundTypes) Creates a new WeatherSound based on the specified Sound and type and adds it to this collection.
void Add(WeatherSound) Adds an existing WeatherSound to this collection.
void Clear() Removes all WeatherSounds from this collection.
void Remove(WeatherSound) Removes a WeatherSound from this collection.
Remarks
Weather sounds in a collection can be edited or removed within a foreach iteration.

Return to: Index