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
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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.