Difference between revisions of "IsMagicItemAutoCalc"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>WereWolf
(Added obse link/Fixed syntax/Added Categories)
imported>WereWolf
Line 5: Line 5:
'''Syntax:'''
'''Syntax:'''
  (isAutocalc:bool) IsMagicItemAutoCalc magicItem:ref
  (isAutocalc:bool) IsMagicItemAutoCalc magicItem:ref


==Notes==
==Notes==

Revision as of 17:24, 11 September 2007

A command for Oblivion Script Extender

IsMagicItemAutoCalc - returns 1 if the MagicItem determines magicka cost by autocalculation. Currently works on Spells, AlchemyItems and Ingredients (but not for Enchantments).

Syntax:

(isAutocalc:bool) IsMagicItemAutoCalc magicItem:ref

Notes

  • Does not work on Enchantments.

See Also