GetSectorCeilingZ
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).
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).