EVENT CHECKFLOORDAMAGE

From EDukeWiki
Revision as of 16:04, 14 May 2012 by Hendricks266 (talk | contribs) (Created page with "EVENT_CHECKFLOORDAMAGE is a Game Event. This event is triggered in P_CheckFloorDamage(). RETURN is simply the picnum of the floor of the sector...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

EVENT_CHECKFLOORDAMAGE is a Game Event.

This event is triggered in P_CheckFloorDamage(). RETURN is simply the picnum of the floor of the sector the player is in. It can be used to cancel hard coded floor damage effects or to make other tiles exhibit the same effects.