Main public logs

From PMDOWiki

Combined display of all available logs of PMDOWiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 01:20, 4 August 2025 FlowerSnek talk contribs created page Draft:Particles Tutorial (Created page with "== Displaying a static particle == To display a particle effect in a static location: <pre> local anim_data = RogueEssence.Content.AnimData("Lock_On", 3, -1, -1, 255, Dir8.None) local emitter = RogueEssence.Content.SingleEmitter(anim_data) GROUND:PlayVFX(emitter, activator.Bounds.Center.X, activator.Bounds.Center.Y) </pre> First, we create an AnimData object, which has the animation we want to display. This AnimData has the following parameters listed: * AnimIndex...")