zscript-doc/api/level/SectorEffect.md

23 lines
317 B
Markdown
Raw Normal View History

2018-12-29 16:05:19 -08:00
# SectorEffect
A thinker which is attached to a sector and effects it in some way.
```
class SectorEffect : Thinker
{
protected Sector m_Sector;
Sector GetSector();
}
```
- `m_Sector`
The sector this effect is attached to.
- `GetSector`
Returns the sector this effect is attached to.
<!-- EOF -->