Classes:SectorAction

From ZDoom Wiki

Jump to: navigation, search
Sector action
Actor type Internal Game
DoomEd Number None Class Name SectorAction

Classes: SectorAction

 →SecActEnter
 →SecActExit
 →SecActEyesAboveC
 →SecActEyesBelowC
 →SecActEyesDive
 →SecActEyesSurface
 →SecActHitCeil
 →SecActHitFakeFloor
 →SecActHitFloor
 →SecActUse
 →SecActUseWall

Base class for all sector action classes. This thing is not used directly, instead one of its derived classes is used.

See also: Thing executed specials

DECORATE definition

ACTOR SectorAction native
{
  +NOBLOCKMAP
  +NOSECTOR
  +NOGRAVITY
  +DONTSPLASH
}
Personal tools