Difference between revisions of "IsMagicEffectOnSelfAllowedC"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>DragoonWraith
(ME)
imported>TheMagician
(typo)
Line 4: Line 4:
  (onSelfAllowed:bool) IsMagicEffectOnSelfAllowedC effect:long
  (onSelfAllowed:bool) IsMagicEffectOnSelfAllowedC effect:long


  (onSelfAllowed:bool) IsEOnSelfAllowedC effect:long
  (onSelfAllowed:bool) IsMEOnSelfAllowedC effect:long


Returns whether the magic effect can be cast on self.
Returns whether the magic effect can be cast on self.

Revision as of 09:03, 11 July 2010

A command for Oblivion Script Extender

Syntax:

(onSelfAllowed:bool) IsMagicEffectOnSelfAllowedC effect:long
(onSelfAllowed:bool) IsMEOnSelfAllowedC effect:long

Returns whether the magic effect can be cast on self.

See Also