Difference between revisions of "IsNthEffectItemScripted"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>WereWolf
(Added obse link)
imported>WereWolf
Line 1: Line 1:
A command for [[:Category:Oblivion Script Extender|Oblivion Script Extender]]
A command for [[:Category:Oblivion Script Extender|Oblivion Script Extender]]
IsNthEffectItemScripted - returns whether the specified effect item is scripted


'''Syntax'''
'''Syntax'''
  (isScriptEffect:bool) IsNthEffectItemScripted magicItem:ref whichEffect:short
  (isScriptEffect:bool) IsNthEffectItemScripted magicItem:ref whichEffect:short
Returns whether the specified effect item is scripted.


==See Also==
==See Also==
* [[GetNthEffectItemScript]]
*[[GetNthEffectItemScript]]
* [[SetNthEffectItemScript]]
*[[SetNthEffectItemScript]]


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

Revision as of 12:12, 14 September 2007

A command for Oblivion Script Extender

Syntax

(isScriptEffect:bool) IsNthEffectItemScripted magicItem:ref whichEffect:short

Returns whether the specified effect item is scripted.

See Also