Difference between revisions of "IsMagicItemAutoCalc"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Haama
(Created (hard to talk about a bug without an example))
 
imported>DragoonWraith
(MI)
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
IsMagicItemAutoCalc - returns 1 if the MagicItem determines magicka cost by autocalculation. Currently works on Spells, AlchemyItems and Ingredients.  Does not currently work on Enchantments.
A command for [[:Category:Oblivion Script Extender|Oblivion Script Extender]]
        (isAutocalc:bool) IsMagicItemAutoCalc magicItem:ref
 
'''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==
* [[SetMagicItemAutoCalc]]
 
[[Category:Functions]]
[[Category:Functions (OBSE)]]
[[Category:Magic Functions]]
[[Category:Magic Functions (OBSE)]]
[[Category: Magic Functions - Magic Item (OBSE)]]

Latest revision as of 21:17, 1 March 2008

A command for Oblivion Script Extender

Syntax:

(isAutocalc:bool) IsMagicItemAutoCalc magicItem:ref

Returns 1 if the MagicItem determines magicka cost by autocalculation.

Notes[edit | edit source]

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

See Also[edit | edit source]