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
  • 21:00, 17 January 2026 Imbion talk contribs created page Game (functions)/Camera & Scene Control (Created page with "== GAME:FadeOut == Fade out the screen. Waits to complete before continuing. === Arguments === * <code>white</code>: Fade to white if set to true. Fades to black otherwise. * <code>duration</code>: The amount of time to fade in frames. === Example === <pre> GAME:FadeOut(false, 60) </pre> == GAME:FadeIn == Fade into the screen. Waits to complete before continuing. === Arguments === * <code>duration</code>: The amount of time to fade in frames. === Example...")