Click or drag to resize

LightningSpellScriptStopAfterSeconds Method

Stop the spell after a certain amount of seconds. If the spell is stopped before seconds elapses, nothing happens.

Namespace:  DigitalRuby.ThunderAndLightning
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public void StopAfterSeconds(
	float seconds
)

Parameters

seconds
Type: SystemSingle
Seconds to wait before stopping
See Also