Terraria v1.4.4.9
Terraria source code documentation
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros
UnmanagedFunctionPointerAttribute.cs
Go to the documentation of this file.
2
3[AttributeUsage(AttributeTargets.Delegate, AllowMultiple = false, Inherited = false)]
5{
6 public bool BestFitMapping;
7
8 public bool SetLastError;
9
11
13
15
20
22 {
23 CallingConvention = callingConvention;
24 }
25}