GetSectorCeilingZ

From ZDoom Wiki
Revision as of 03:44, 21 October 2004 by Cyb (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
fixed GetSectorFloorZ (int tag, int x, int y);

GetSectorFloorZ Returns the sector height (fixed point) at coordinates (x, y). (x, y) are not fixed-point, so you should specify (32, 16) instead of (32.0, 16.0).