zscript-doc/api/inter/InterBackground.md

33 lines
457 B
Markdown
Raw Permalink 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
{
2019-08-14 03:32:51 -07:00
static InterBackground Create(WBStartStruct wbs);
2018-12-29 16:05:19 -08:00
2019-08-14 03:32:51 -07:00
virtual void DrawBackground(int curstate, bool drawsplat, bool pointeron);
virtual bool LoadBackground(bool isenterpic);
virtual void UpdateAnimatedBack();
2018-12-29 16:05:19 -08:00
}
```
2019-08-14 03:31:41 -07:00
### `Create`
2018-12-29 16:05:19 -08:00
2019-08-14 03:31:41 -07:00
TODO
2018-12-29 16:05:19 -08:00
2019-08-14 03:31:41 -07:00
### `DrawBackground`
2018-12-29 16:05:19 -08:00
2019-08-14 03:31:41 -07:00
TODO
2018-12-29 16:05:19 -08:00
2019-08-14 03:31:41 -07:00
### `LoadBackground`
2018-12-29 16:05:19 -08:00
2019-08-14 03:31:41 -07:00
TODO
2018-12-29 16:05:19 -08:00
2019-08-14 03:31:41 -07:00
### `UpdateAnimatedBack`
2018-12-29 16:05:19 -08:00
2019-08-14 03:31:41 -07:00
TODO
2018-12-29 16:05:19 -08:00
<!-- EOF -->