Difference between revisions of "MagicItemHasEffectCountCode"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Haama
(Created)
 
imported>Haama
(Syntax)
Line 1: Line 1:
MagicItemHasEffectCountCode - returns the count of effects with the specified effect code on the magic item. Uses a long value returned from GetNthEffectItemCode or GetMagicEffectCode.
MagicItemHasEffectCountCode - returns the count of effects with the specified effect code on the magic item. Uses a long value returned from GetNthEffectItemCode or GetMagicEffectCode.
        (effectCount:short) MagicItemHasEffectCountCode effectCode:long
(effectCount:short) MagicItemHasEffectCountCode effectCode:long magicItem:ref
        (effectCount:short) MagicItemHasEffectCountC effectCode:long
(effectCount:short) MagicItemHasEffectCountC effectCode:long magicItem:ref


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

Revision as of 15:29, 4 September 2007

MagicItemHasEffectCountCode - returns the count of effects with the specified effect code on the magic item. Uses a long value returned from GetNthEffectItemCode or GetMagicEffectCode.

(effectCount:short) MagicItemHasEffectCountCode effectCode:long magicItem:ref
(effectCount:short) MagicItemHasEffectCountC effectCode:long magicItem:ref

See Also