Difference between revisions of "IsMagicItemAutoCalc"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>WereWolf
imported>WereWolf
Line 16: Line 16:
[[Category:Magic Functions]]
[[Category:Magic Functions]]
[[Category:Magic Functions (OBSE)]]
[[Category:Magic Functions (OBSE)]]
[[Category:Condition Functions]]
[[Category:Condition Functions (OBSE)]]

Revision as of 01:24, 12 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