zscript-doc/api/inter/InterBackground.md

33 lines
457 B
Markdown

# 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
<!-- EOF -->