GetCastTime - Spell

From the CreationKit Wiki
Revision as of 15:40, 5 September 2012 by imported>Cipscis (Cipscis moved page GetCastTime to GetCastTime - Spell over redirect: Standardising name)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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

float Function GetCastTime() native

Parameters

None

Return Value

Returns the time in seconds this spell or scroll takes to cast.

Examples

Spell Property LightningStorm Auto

float castTime = LightningStorm.GetCastTime()
Debug.Trace("Lightning storm takes " + castTime + " seconds to cast.")

See Also