Difference between revisions of "SetNthEffectItemScriptVisualEffect"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Haama
(Created)
 
imported>Haama
(Character notes)
Line 1: Line 1:
SetNthEffectItemScriptVisualEffect - sets the scrited effect item's visual effect
SetNthEffectItemScriptVisualEffect - sets the scrited effect item's visual effect. Uses the 4 letter codes for the magic effects listed in the CS.
         (nothing) SetNthEffectItemScriptVisualEffect magicEffect:chars magicItem:ref whichEffect:short
         (nothing) SetNthEffectItemScriptVisualEffect magicEffect:chars magicItem:ref whichEffect:short
         (nothing) SetNthEISVisualEffect magicEffect:chars magicItem:ref whichEffect:short
         (nothing) SetNthEISVisualEffect magicEffect:chars magicItem:ref whichEffect:short


==See Also==
==See Also==
[[GetNthEffectItemScriptVisualEffect]]
* [[Magic Effects List]]
* [[GetNthEffectItemScriptVisualEffect]]


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

Revision as of 02:16, 26 August 2007

SetNthEffectItemScriptVisualEffect - sets the scrited effect item's visual effect. Uses the 4 letter codes for the magic effects listed in the CS.

       (nothing) SetNthEffectItemScriptVisualEffect magicEffect:chars magicItem:ref whichEffect:short
       (nothing) SetNthEISVisualEffect magicEffect:chars magicItem:ref whichEffect:short

See Also