Classes:SecActHitCeil
		
		
		
		Jump to navigation
		Jump to search
		
| Note: Wait! Stop! You do not need to copy this actor's code into your project! Here's why: 
 | 
| Sector Action: "Actor Hits Ceiling" | |||
|---|---|---|---|
| Actor type | Map spot | Game |  (ZDoom) | 
| DoomEd Number | 9996 | Class Name | SecActHitCeil | 
Classes: SectorAction→SecActHitCeil
This is a ZDoom-specific thing that triggers its special when an actor hits the ceiling of the sector it is present in. The following actor flags, if set, control the trigger-ability of the thing:
- AMBUSH → monsters can trigger the special.
- DORMANT → projectiles can trigger the special.
- FRIENDLY → players cannot trigger the special.
- STANDSTILL → the special will be triggered only once.
See also: Thing executed specials
DECORATE definition
ACTOR SecActHitCeil : SectorAction native {}