UltimateDoomBuilder icon indicating copy to clipboard operation
UltimateDoomBuilder copied to clipboard

Make GetFloorPlane and GetCeilingPlane usable in UDBScript

Open ninesphere opened this issue 5 months ago • 0 comments

While making a script involving thing heights, I ran into some issues with the existing getFloorSlope() method, namely that it only accounts for UDMF slopes, and not line slopes or flat planes. Considering there's already an existing function that does check for those, GetFloorPlane (and GetCeilingPlane), I figured it'd be useful to just expose those to UDBScript instead as getFloorPlane() and getCeilingPlane().

ninesphere avatar Feb 16 '24 15:02 ninesphere