Skip to main content

OpenTD .NET8 reference 2025 R2

OpenTD.EntityDescriptor Struct Reference

Last update: 16.07.2025

Describes a TD entity, such as a node or a lump. More...

Public Member Functions

 EntityDescriptor (string rawType, Connection connection)
 
 EntityDescriptor (string rawType, string handle)
 
override string ToString ()
 

Public Attributes

string RawType
 This is how AutoCAD identifies the entity type. For example, "RcNode" or "RcLump".
 
Connection Connection
 

Detailed Description

Describes a TD entity, such as a node or a lump.

Constructor & Destructor Documentation

◆ EntityDescriptor() [1/2]

OpenTD.EntityDescriptor.EntityDescriptor ( string rawType,
Connection connection )
inline

◆ EntityDescriptor() [2/2]

OpenTD.EntityDescriptor.EntityDescriptor ( string rawType,
string handle )
inline

Member Function Documentation

◆ ToString()

override string OpenTD.EntityDescriptor.ToString ( )
inline

Member Data Documentation

◆ Connection

Connection OpenTD.EntityDescriptor.Connection

◆ RawType

string OpenTD.EntityDescriptor.RawType

This is how AutoCAD identifies the entity type. For example, "RcNode" or "RcLump".


The documentation for this struct was generated from the following file:
  • C:/Users/mgarrett/source/repos/BuildsTdSuite/builds/OpenTD/OpenTD/EntityDescriptor.cs

Connect with Ansys