UltimateZoneBuilder/Source/Plugins/UDBScript
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
..
API 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
Controls Add map scripting capabilities to UDB (#656) 2021-11-28 14:00:24 +01:00
docs 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
Properties Add map scripting capabilities to UDB (#656) 2021-11-28 14:00:24 +01:00
Resources Add map scripting capabilities to UDB (#656) 2021-11-28 14:00:24 +01:00
Windows Add map scripting capabilities to UDB (#656) 2021-11-28 14:00:24 +01:00
BuilderPlug.cs 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
Esprima.dll Add map scripting capabilities to UDB (#656) 2021-11-28 14:00:24 +01:00
Exceptions.cs Add map scripting capabilities to UDB (#656) 2021-11-28 14:00:24 +01:00
Jint.dll Add map scripting capabilities to UDB (#656) 2021-11-28 14:00:24 +01:00
QueryOptions.cs UDBScript: clarified documentation of QueryOptions when using enums 2021-12-10 20:18:50 +01:00
RuntimeConstraint.cs Add map scripting capabilities to UDB (#656) 2021-11-28 14:00:24 +01:00
ScriptInfo.cs Add map scripting capabilities to UDB (#656) 2021-11-28 14:00:24 +01:00
ScriptOption.cs UDBScript: fixed a problem where using QueryOption resulted in an exception being thrown. Fixes #661 2021-12-09 00:57:12 +01:00
ScriptRunner.cs 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
UDBScript.csproj Add map scripting capabilities to UDB (#656) 2021-11-28 14:00:24 +01:00
UDBScript.csproj.user Add map scripting capabilities to UDB (#656) 2021-11-28 14:00:24 +01:00
whatsmissing.md Add map scripting capabilities to UDB (#656) 2021-11-28 14:00:24 +01:00