Difference between revisions of "GetSpellType"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>WereWolf
(New page: A command for Oblivion Script Extender '''Syntax:''' (spellType:short) GetSpellType spell:ref Returns the spell type. '''Spell Type:''' 0: ...)
 
imported>WereWolf
Line 12: Line 12:
   3:    Lesser Power
   3:    Lesser Power
   4:    Ability
   4:    Ability
===See Also===
*[[SetSpellType]]


[[Category: Functions]]
[[Category: Functions]]

Revision as of 17:22, 14 September 2007

A command for Oblivion Script Extender

Syntax:

(spellType:short) GetSpellType spell:ref

Returns the spell type.

Spell Type:
 0:    Spell
 1:    Disease
 2:    Power
 3:    Lesser Power
 4:    Ability

See Also