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.ThunderAndLightning
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public Random RandomOverride { get; set; }
Public Property RandomOverride As Random
Get
Set
public:
property Random^ RandomOverride {
Random^ get ();
void set (Random^ value);
}
member RandomOverride : Random with get, set
Property Value
Type:
RandomSee Also