zscript-doc/api/inter/InterBackground.md

33 lines
469 B
Markdown
Raw Normal View History

2018-12-29 16:05:19 -08:00
# InterBackground
A class containing an animated intermission background.
```
class InterBackground : Object play
2018-12-29 16:05:19 -08:00
{
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 -->