Click or drag to resize

LightningBoltParametersRandomOverride Property

Override Random to a different Random. This gets set back to null when the parameters go back to the cache. Great for a one time bolt that looks a certain way.

Namespace:  DigitalRuby.WeatherMaker
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public Random RandomOverride { get; set; }

Property Value

Type: Random
See Also