Difference between revisions of "IsMagicItemAutoCalc"
Jump to navigation
Jump to search
imported>Haama (Added info) |
imported>DragoonWraith (MI) |
||
(4 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
A command for [[:Category:Oblivion Script Extender|Oblivion Script Extender]] | |||
'''Syntax:''' | |||
(isAutocalc:bool) IsMagicItemAutoCalc magicItem:ref | |||
Returns 1 if the MagicItem determines magicka cost by autocalculation. | |||
==Notes== | ==Notes== | ||
* | *Currently works on Spells, AlchemyItems and Ingredients (but not for Enchantments). | ||
==See Also== | ==See Also== | ||
Line 13: | Line 16: | ||
[[Category:Magic Functions]] | [[Category:Magic Functions]] | ||
[[Category:Magic Functions (OBSE)]] | [[Category:Magic Functions (OBSE)]] | ||
[[Category: Magic Functions - Magic Item (OBSE)]] |
Latest revision as of 20: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).