zscript-doc/api/inter/InterBackground.md

465 B

InterBackground

A class containing an animated intermission background.

class InterBackground : Object 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