- Found in:
- SKSE
Description
Wiki Description
Returns the time in seconds this spell or scroll takes to cast. (This function requires SKSE)
Documentation Comment
SKSE64 additions built 2024-01-17 20:01:40.731000 UTC
return the casting time
Caveats
Examples
Spell Property LightningStorm Auto
float castTime = LightningStorm.GetCastTime()
Debug.Trace("Lightning storm takes " + castTime + " seconds to cast.")Auto-Generated Example
float returnedValue = mySpell__toCallFunctionOn.GetCastTime()