zscript-doc/api-inter-InterBackground.md

460 B

InterBackground

A class containing an animated intermission background.

class InterBackground play
{
   static InterBackground Create(WBStartStruct wbs);

   virtual void DrawBackground(int curstate, bool drawsplat, bool pointeron);
   virtual bool LoadBackground(bool isenterpic);
   virtual void UpdateAnimatedBack();
}
  • Create

    TODO

  • DrawBackground

    TODO

  • LoadBackground

    TODO

  • UpdateAnimatedBack

    TODO