Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
HandleKind.cs
Go to the documentation of this file.
2
3public enum HandleKind : byte
4{
10 Parameter = 8,
12 MemberReference = 10,
13 Constant = 11,
14 CustomAttribute = 12,
17 EventDefinition = 20,
20 ModuleReference = 26,
23 AssemblyFile = 38,
25 ExportedType = 39,
30 Document = 48,
32 LocalScope = 50,
33 LocalVariable = 51,
34 LocalConstant = 52,
35 ImportScope = 53,
38 UserString = 112,
39 String = 120,
40 Blob = 113,
41 Guid = 114
42}