Difference between revisions of "GetMagicEffectBaseCost"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>DragoonWraith
(See Also: Barter Factor and Enchantment Factor)
imported>DragoonWraith
m (here too)
Line 14: Line 14:
== See Also ==
== See Also ==
* [[GetMagicEffectBarterFactor]]
* [[GetMagicEffectBarterFactor]]
* [[GetMagicEffectEnchantmentFactor]]
* [[GetMagicEffectEnchantFactor]]


[[Category:Functions]]
[[Category:Functions]]

Revision as of 22:29, 1 January 2008

A command for Oblivion Script Extender

Syntax:

(baseCost:float) GetMagicEffectBaseCost effect:chars
(baseCost:float) GetMEBaseCost effect:chars
(baseCost:float) GetMagicEffectBaseCostC effect:long
(baseCost:float) GetMEBaseCostC effect:long

Returns the base cost of the magic effect.

See Also