Difference between revisions of "MagicEffect Script"

98 bytes removed ,  12:38, 4 June 2018
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]]()
:*Returns the projectile form which is fired by the effect
:;[[SetProjectile - MagicEffect|SetProjectile]](Projectile ''obj'')
:;[[SetProjectile - MagicEffect|SetProjectile]](Projectile ''obj'')
:*Sets the projectile form which is fired by the effect
:*Get/Set the [[projectile]] which is fired by the effect
:;Explosion [[GetExplosion - MagicEffect|GetExplosion]]()
:;Explosion [[GetExplosion - MagicEffect|GetExplosion]]()
:*Returns the explosion object that is created when the projectile of the effect hits an object
:;[[SetExplosion - MagicEffect|SetExplosion]](Explosion ''obj'')
:;[[SetExplosion - MagicEffect|SetExplosion]](Explosion ''obj'')
:*Sets the explosion object.
:*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.
Anonymous user