Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
VARDESC.cs
Go to the documentation of this file.
2
3[StructLayout(LayoutKind.Sequential, CharSet = CharSet.Unicode)]
4public struct VARDESC
5{
6 [StructLayout(LayoutKind.Explicit, CharSet = CharSet.Unicode)]
7 public struct DESCUNION
8 {
9 [FieldOffset(0)]
10 public int oInst;
11
12 [FieldOffset(0)]
14 }
15
16 public int memid;
17
18 public string lpstrSchema;
19
21
23
24 public short wVarFlags;
25
27}