OpenTD.AddIn Namespace Reference
Last update: 16.07.2025Classes | |
| class | AddInChecker |
| <exclude > | |
| class | AddInContext |
| <exclude > More... | |
| interface | IAddIn |
| <exclude > More... | |
| interface | IProgressReporter |
| Use an IProgressReporter to track progress in a long-running task. Similar to IProgress interface available in later .NET versions. More... | |
| interface | IUserBreak |
| Allow end users to cancel long-running tasks;. More... | |
| class | ProgressBar |
| Use to control the TD/AutoCAD progress bar. More... | |
| class | ProgressEventArgs |
Contains information sent by OpenTD.AddIn.IProgressReporter Inherits from System.EventArgs
| |
| class | ProgressToken |
| <exclude > More... | |
| class | UserBreak |
| Allow end users to cancel long-running tasks by pressing ESC. Only works with OpenTD AddIn's created using the IAddIn interface. More... | |