GetCastTime - Spell
Jump to navigation
Jump to search
SKSE Member of: Spell Script and Scroll Script
Returns the time in seconds this spell or scroll takes to cast. (This function requires SKSE)
Syntax[edit | edit source]
float Function GetCastTime() native
Parameters[edit | edit source]
None
Return Value[edit | edit source]
Returns the time in seconds this spell or scroll takes to cast.
Examples[edit | edit source]
Spell Property LightningStorm Auto
float castTime = LightningStorm.GetCastTime()
Debug.Trace("Lightning storm takes " + castTime + " seconds to cast.")