Difference between revisions of "IsMagicItemAutoCalc"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>WereWolf
imported>WereWolf
Line 1: Line 1:
A command for [[:Category:Oblivion Script Extender|Oblivion Script Extender]]
A command for [[:Category:Oblivion Script Extender|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:'''
'''Syntax:'''
  (isAutocalc:bool) IsMagicItemAutoCalc magicItem:ref
  (isAutocalc:bool) IsMagicItemAutoCalc magicItem:ref
Returns 1 if the MagicItem determines magicka cost by autocalculation.


==Notes==
==Notes==
*Does not work on Enchantments.
*Currently works on Spells, AlchemyItems and Ingredients (but not for Enchantments).


==See Also==
==See Also==

Revision as of 12:14, 14 September 2007

A command for Oblivion Script Extender

Syntax:

(isAutocalc:bool) IsMagicItemAutoCalc magicItem:ref

Returns 1 if the MagicItem determines magicka cost by autocalculation.

Notes

  • Currently works on Spells, AlchemyItems and Ingredients (but not for Enchantments).

See Also