Difference between revisions of "MagicEffect Script"
→SKSE Member Functions
imported>Quindraco |
imported>Quindraco |
||
Line 70: | Line 70: | ||
:*Sets the EffectShader which is attached to the enchanted object (Only shown for Enchantments) | :*Sets the EffectShader which is attached to the enchanted object (Only shown for Enchantments) | ||
:;Projectile [[GetProjectile- MagicEffect|GetProjectile]]() | :;Projectile [[GetProjectile- MagicEffect|GetProjectile]]() | ||
:;[[SetProjectile - MagicEffect|SetProjectile]](Projectile ''obj'') | :;[[SetProjectile - MagicEffect|SetProjectile]](Projectile ''obj'') | ||
:* | :*Get/Set the [[projectile]] which is fired by the effect | ||
:;Explosion [[GetExplosion - MagicEffect|GetExplosion]]() | :;Explosion [[GetExplosion - MagicEffect|GetExplosion]]() | ||
:;[[SetExplosion - MagicEffect|SetExplosion]](Explosion ''obj'') | :;[[SetExplosion - MagicEffect|SetExplosion]](Explosion ''obj'') | ||
:* | :*Get/Set the [[explosion]] that is created when the projectile of the effect hits. | ||
:;Art [[GetCastingArt - MagicEffect|GetCastingArt]]() | :;Art [[GetCastingArt - MagicEffect|GetCastingArt]]() | ||
:*Returns the art that is shown on hands while casting. | :*Returns the art that is shown on hands while casting. |