UltimateZoneBuilder/Source/Plugins/UDBScript/API
2023-06-18 16:26:01 +02: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
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
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 UDBScript version 5 (#819) 2022-11-13 01:15:17 +01:00
SidedefWrapper.cs
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