OpenTD.AutocadVariableData Class Reference
Last update: 16.07.2025Represents an AutoCAD variable. Examples: FILEDIA, PICKBOX, TOOLTIPS, etc. More...
Public Types | |
| enum | Types { UNKONWN = 0 , INT , DOUBLE , STRING } |
| What kind of data is stored in this AutoCAD variable? Examples: integer, string, etc. More... | |
Public Member Functions | |
| AutocadVariableData () | |
Properties | |
| string | Name [get, set] |
| Types | Type [get, set] |
| int | ValueInt [get, set] |
| double | ValueDouble [get, set] |
| string | ValueString [get, set] |
Detailed Description
Represents an AutoCAD variable. Examples: FILEDIA, PICKBOX, TOOLTIPS, etc.
Member Enumeration Documentation
◆ Types
Constructor & Destructor Documentation
◆ AutocadVariableData()
|
inline |
Property Documentation
◆ Name
|
getset |
◆ Type
|
getset |
◆ ValueDouble
|
getset |
◆ ValueInt
|
getset |
◆ ValueString
|
getset |
The documentation for this class was generated from the following file:
- C:/Users/mgarrett/source/repos/BuildsTdSuite/builds/OpenTD/OpenTD/AutocadVariableData.cs