Click or drag to resize

WeatherMakerThunderAndLightningScript.CallIntenseLightning Method (Nullable<Vector3>, Nullable<Vector3>)

Summon intense lightning

Namespace:  DigitalRuby.WeatherMaker
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public void CallIntenseLightning(
	Nullable<Vector3> start,
	Nullable<Vector3> end
)

Parameters

start
Type: System.Nullable<Vector3>
Force start position or null for random
end
Type: System.Nullable<Vector3>
Force end position or null for random
See Also