Difference between revisions of "IsMagicItemAutoCalc"
Jump to navigation
Jump to search
imported>Haama (Created (hard to talk about a bug without an example)) |
imported>Haama (Added info) |
||
Line 1: | Line 1: | ||
IsMagicItemAutoCalc - returns 1 if the MagicItem determines magicka cost by autocalculation. Currently works on Spells, AlchemyItems and Ingredients | IsMagicItemAutoCalc - returns 1 if the MagicItem determines magicka cost by autocalculation. Currently works on Spells, AlchemyItems and Ingredients (but not for Enchantments). | ||
(isAutocalc:bool) IsMagicItemAutoCalc magicItem:ref | (isAutocalc:bool) IsMagicItemAutoCalc magicItem:ref | ||
==Notes== | |||
*Does not work on Enchantments. | |||
==See Also== | |||
* [[SetMagicItemAutoCalc]] | |||
[[Category:Functions]] | |||
[[Category:Functions (OBSE)]] | |||
[[Category:Magic Functions]] | |||
[[Category:Magic Functions (OBSE)]] |
Revision as of 00:41, 26 August 2007
IsMagicItemAutoCalc - returns 1 if the MagicItem determines magicka cost by autocalculation. Currently works on Spells, AlchemyItems and Ingredients (but not for Enchantments).
(isAutocalc:bool) IsMagicItemAutoCalc magicItem:ref
Notes
- Does not work on Enchantments.