Difference between revisions of "GetMagicEffectBarterFactor"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>WereWolf
(New page: A command for Oblivion Script Extender '''Syntax:''' (enchantFactor:float) GetMagicEffectBarterFactor effect:chars (enchantFactor:float) GetMEEBa...)
 
imported>DragoonWraith
(See Also: Base Cost and Enchantment Factor)
Line 11: Line 11:


Returns the constant effect barter factor of the magic effect.
Returns the constant effect barter factor of the magic effect.
== See Also ==
* [[GetMagicEffectBaseCost]]
* [[GetMagicEffectEnchantmentFactor]]


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

Revision as of 22:28, 1 January 2008

A command for Oblivion Script Extender

Syntax:

(enchantFactor:float) GetMagicEffectBarterFactor effect:chars
(enchantFactor:float) GetMEEBarter effect:chars
(enchantFactor:float) GetMagicEffectBarterFactorC effect:long
(enchantFactor:float) GetMEBarterC effect:long

Returns the constant effect barter factor of the magic effect.

See Also