UltimateZoneBuilder/Source/Plugins/UDBScript/API
spherallic 192ddc9e6c - Expose GetFloorPlane and GetCeilingPlane to UDBScript
- Add two new example scripts, remove one useless example script
2024-02-20 15:25:13 +01:00
..
Angle2DWrapper.cs UDBScript: fixed a problem where the Angle2D class wasn't usable from old API versions anymore 2023-03-06 16:12:59 +01:00
BlockEntryWrapper.cs UDBScript version 5 (#819) 2022-11-13 01:15:17 +01:00
BlockMapContentBase.cs UDBScript version 5 (#819) 2022-11-13 01:15:17 +01:00
BlockMapQueryResult.cs UDBScript version 5 (#819) 2022-11-13 01:15:17 +01:00
BlockMapWrapper.cs UDBScript version 5 (#819) 2022-11-13 01:15:17 +01:00
DataWrapper.cs UDBScript version 5 (#819) 2022-11-13 01:15:17 +01:00
GameConfigurationWrapper.cs UDBScript: groups all classes, objects, and methods in a new UDB namespace, usable with the new feature version 4. Updated the documentation accordingly. Resolves #679 2022-01-06 18:46:37 +01:00
ImageInfo.cs Fixed an issue where wall textures and flats did not have the correct precedence. Fixes #710 2022-03-05 16:57:23 +01:00
IMoreTags.cs Add map scripting capabilities to UDB (#656) 2021-11-28 14:00:24 +01:00
Line2DWrapper.cs UDBScript version 5 (#819) 2022-11-13 01:15:17 +01:00
LinedefWrapper.cs UDBScript version 5 (#819) 2022-11-13 01:15:17 +01:00
MapElementArgumentsWrapper.cs UDBScript: fixed a bug where changing a thing's or linedef's arguments did not recorded for the undo system 2022-01-25 16:30:46 +01:00
MapElementWrapper.cs UDBScript: setting an UDMF string field to an empty string will not remove the field anymore, but actually set it to an empty string 2022-11-27 16:49:05 +01:00
MapWrapper.cs UDBScript version 5 (#819) 2022-11-13 01:15:17 +01:00
PlaneWrapper.cs UDBScript version 5 (#819) 2022-11-13 01:15:17 +01:00
SectorWrapper.cs - Expose GetFloorPlane and GetCeilingPlane to UDBScript 2024-02-20 15:25:13 +01:00
SidedefWrapper.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
ThingWrapper.cs UDBScript: fixed an issue where the Thing's class getSector method did not return null when the thing was not in a sector. Fixes #897 2023-06-18 16:26:01 +02:00
UDBWrapper.cs UDBScript: fixed a problem where the Angle2D class wasn't usable from old API versions anymore 2023-03-06 16:12:59 +01:00
Vector2DWrapper.cs UDBScript version 5 (#819) 2022-11-13 01:15:17 +01:00
Vector3DWrapper.cs UDBScript version 5 (#819) 2022-11-13 01:15:17 +01:00
VertexWrapper.cs UDBScript version 5 (#819) 2022-11-13 01:15:17 +01:00
VisualCameraWrapper.cs Add map scripting capabilities to UDB (#656) 2021-11-28 14:00:24 +01:00