zscript-doc/api/level/SecSpecial.md

42 lines
325 B
Markdown
Raw Permalink Normal View History

2018-12-29 16:05:19 -08:00
# SecSpecial
TODO
```
struct SecSpecial play
{
2019-08-14 03:32:51 -07:00
int DamageAmount;
int16 DamageInterval;
name DamageType;
int Flags;
int16 LeakyDamage;
int16 Special;
2018-12-29 16:05:19 -08:00
}
```
2019-08-14 03:31:41 -07:00
### `DamageAmount`
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
### `DamageInterval`
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
### `DamageType`
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
### `Flags`
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
### `LeakyDamage`
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
### `Special`
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 -->