Classes:SecActHitFloor
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 Floor" | |||
---|---|---|---|
Actor type | Map spot | Game | (ZDoom) |
DoomEd Number | 9999 | Class Name | SecActHitFloor |
Classes: SectorAction→SecActHitFloor
This is a ZDoom-specific thing that triggers its special when an actor hits the floor 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 SecActHitFloor : SectorAction native {}