UltimateZoneBuilder/Build/UDBScript/Scripts/Examples
biwa 634225b77b UDBScript: Exported the classes Linedef, Sector, Sidedef, Thing, and Vertex, so that they can be used with instanceof
UDBScript: Map class: the getSidedefsFromSelectedLinedefs() method now correctly only returns the Sidedefs of selected Linedefs in visual mode (and not also the highlighted one)
UDBScript: Map class: added a new getSidedefsFromSelectedOrHighlightedLinedefs() method as the equivalent to the other getSelectedOrHighlighted*() methods
UDBScript: Sector class: added new floorSelected, ceilingSelected, floorHighlighted, and ceilingHighlighted properties. Those are mostly useful in visual mode, since they always return true when the Sector is selected or highlighted in the classic modes. The properties are read-only
UDBScript: Sidedef class: added new upperSelected, middleSelected, lowerSelected, upperHighlighted, middleHighlighted, and lowerHighlighted properties. Those are mostly useful in visual mode, since they always return true when the parent Linedef is selected or highlighted in the classic modes. The properties are read-only
UDBScript: added new example to apply textures for floor/ceiling and upper/middle/lower texture for selected map elements
UDBScript: updated documentation
2021-12-25 14:43:56 +01:00
..
Geometry UDBScript: the methods of the Pen class now return the instance of the Pen class to allow method chaining. Resolves #662 2021-12-10 11:54:22 +01:00
Information Add map scripting capabilities to UDB (#656) 2021-11-28 14:00:24 +01:00
applysectorsidedeftextures.js UDBScript: Exported the classes Linedef, Sector, Sidedef, Thing, and Vertex, so that they can be used with instanceof 2021-12-25 14:43:56 +01:00
deletesectortag.js Add map scripting capabilities to UDB (#656) 2021-11-28 14:00:24 +01:00
fliptriangularsectors.js Add map scripting capabilities to UDB (#656) 2021-11-28 14:00:24 +01:00
imps2archviles.js Add map scripting capabilities to UDB (#656) 2021-11-28 14:00:24 +01:00
randomizeselectionorder.js Add map scripting capabilities to UDB (#656) 2021-11-28 14:00:24 +01:00
randomizetextureoffsets.js Add map scripting capabilities to UDB (#656) 2021-11-28 14:00:24 +01:00
reorderthingsindices.js Add map scripting capabilities to UDB (#656) 2021-11-28 14:00:24 +01:00
selectconnectedlines.js Add map scripting capabilities to UDB (#656) 2021-11-28 14:00:24 +01:00