SectorEffect

Show declaration
class SectorEffect : Thinker play;

A thinker which is attached to a sector and effects it in some way.

Instance Methods

Sector GetSector()

Returns the sector this effect is attached to.

Overview of instance methods

GetSector

Instance Members

protected Sector m_Sector

The sector this effect is attached to.

Overview of instance members

m_Sector