Background for Skyrim SE
Member of the Spell script
floatfunctionGetCastTime()Native

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()

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.