For the complete documentation index, see llms.txt. This page is also available as Markdown.

Effects.AddEffect

Effects.AddEffect(Effekt, Sound, X, Y, Verzögerung)

Fügt einen Effekt an einer bestimmten Position hinzu.

Rückgabewert

none

Beispiel

Effects.AddEffect(Effects.GRAYSMOKE02, Sounds.AMB_FIRE,410, 349, 0)
Effects.AddEffect(Effects.MUSHROOMFARM_BUILD, Sounds.MAGIC_STONECURSE, 200,200,0)
Effects.AddEffect(Effects.RMAGIC_JUPITERSLIGHTNING, Sounds.MAGIC_JUPITERS_LIGTHNING, 270, 295, 7)

Last updated