Difference between revisions of "GetMagicItemEffectCount"
Jump to navigation
Jump to search
imported>WereWolf (Fixed format & added see also) |
imported>Haama (Both make sense) |
||
(3 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
A command for [[:Category:Oblivion Script Extender|Oblivion Script Extender]] | A command for [[:Category:Oblivion Script Extender|Oblivion Script Extender]] | ||
'''Syntax:''' | '''Syntax:''' | ||
(count:long) GetMagicItemEffectCount magicItem:ref | (count:long) GetMagicItemEffectCount magicItem:ref | ||
(count:long) | (count:long) GetMIEffectCount magicItem:ref | ||
Returns the number of magic effect items. | |||
==See Also== | ==See Also== | ||
Line 18: | Line 18: | ||
[[Category:Magic Functions]] | [[Category:Magic Functions]] | ||
[[Category:Magic Functions (OBSE)]] | [[Category:Magic Functions (OBSE)]] | ||
[[Category:Magic Functions - Magic Item (OBSE)]] | |||
[[Category:Magic Functions - Effect Item (OBSE)]] |
Latest revision as of 10:15, 15 September 2008
A command for Oblivion Script Extender
Syntax:
(count:long) GetMagicItemEffectCount magicItem:ref
(count:long) GetMIEffectCount magicItem:ref
Returns the number of magic effect items.