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
)
Public Sub StopAfterSeconds (
seconds As Single
)
public:
void StopAfterSeconds(
float seconds
)
member StopAfterSeconds :
seconds : float32 -> unit
Parameters
- seconds
- Type: SystemSingle
Seconds to wait before stopping
See Also