Difference between revisions of "GetSpellSchool"
Jump to navigation
Jump to search
imported>Low Post |
imported>Picador |
||
Line 10: | Line 10: | ||
==Notes== | ==Notes== | ||
* Will return 0 if passed an enchantment instead of a spell | * Will return 0 if passed an enchantment instead of a spell | ||
* This function doesn't return the spell school as set manually in the CS: it only uses the most costly effect. Thus, for instance, scripted spell effects will return spell school 0 (Alteration) even if they are set to another school in the CS. | |||
[[Category: Functions]] | [[Category: Functions]] |
Latest revision as of 23:00, 16 October 2008
A command for Oblivion Script Extender
Syntax:
(magicSchool:short) GetSpellSchool spell:ref
Returns the school of the spell, determined by the most expensive effect item.
Magic School Codes[edit source]
The following values are shorts that are used and/or returned by this function, as indicated by its Syntax. These values correspond to the listed school of magic:
0: Alteration 1: Conjuration 2: Destruction 3: Illusion 4: Mysticism 5: Restoration
Notes[edit | edit source]
- Will return 0 if passed an enchantment instead of a spell
- This function doesn't return the spell school as set manually in the CS: it only uses the most costly effect. Thus, for instance, scripted spell effects will return spell school 0 (Alteration) even if they are set to another school in the CS.