Difference between revisions of "AddFullEffectItem"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Haama
(Created)
 
imported>Haama
(Broke function example into 2 lines)
Line 1: Line 1:
AddFullEffectItem - adds a fully defined EffectItem to the magic item with the specified MagicEffect, magnitude, area, duration and range. Uses the 4 letter codes for the magic effects listed in the CS.
AddFullEffectItem - adds a fully defined EffectItem to the magic item with the specified MagicEffect, magnitude, area, duration and range. Uses the 4 letter codes for the magic effects listed in the CS. (Due to wiki limitations, the following has been broken into two lines, but is really one.)
        (index:short) AddFullEffectItem nuEffect:chars magnitude:long area:long duration:long range:short magicItem:ref
(index:short) AddFullEffectItem nuEffect:chars magnitude:long area:long
                                duration:long range:short magicItem:ref


==See Also==
==See Also==

Revision as of 00:56, 26 August 2007

AddFullEffectItem - adds a fully defined EffectItem to the magic item with the specified MagicEffect, magnitude, area, duration and range. Uses the 4 letter codes for the magic effects listed in the CS. (Due to wiki limitations, the following has been broken into two lines, but is really one.)

(index:short) AddFullEffectItem nuEffect:chars magnitude:long area:long
                                duration:long range:short magicItem:ref

See Also