OpenTD.Utility Namespace Reference
Last update: 16.07.2025Contains miscellaneous utilities that may be useful for OpenTD users. More...
Classes | |
| class | DoubleUtility |
| Utility methods for working with doubles. | |
| class | FileUtility |
| Utility methods for working with files. | |
| class | FileWatcher |
| class | ListUtility |
| Utility methods for working with lists. | |
| class | ObjectMapper |
| Can be used to perform a shallow copy of an object. | |
| class | PropertyMap |
| Used by the ObjectMapper to find matching properties between two objects. More... | |
| struct | RootedPathname |
| An absolute pathname. More... | |
| class | StringExtensions |
| Utility methods for working with strings. | |
| class | StringUtility |
| Utility methods for working with doubles. | |
| class | UniqueItemList< T > |
| Acts like a List, except Add and Insert will remove existing items that equal the added/inserted item (according to its definition of Equals) More... | |
Detailed Description
Contains miscellaneous utilities that may be useful for OpenTD users.