OpenTD.EntityDescriptor Struct Reference
Last update: 16.07.2025Describes 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]
|
inline |
◆ EntityDescriptor() [2/2]
|
inline |
Member Function Documentation
◆ 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/TDDEV_ALPHA/buildXX/OpenTD/EntityDescriptor.cs