MyBox icon indicating copy to clipboard operation
MyBox copied to clipboard

Fix for AutoProperty null type errors

Open TheWalruzz opened this issue 3 years ago • 0 comments
trafficstars

Closes #207

GetElementType() returns null for non-array types, therefore breaking most of the use cases. This prioritizes GetElementType() when getting the type, but falls back to .FieldType when the other value is null.

Some additional testing might be needed to ensure nothing else breaks.

TheWalruzz avatar Sep 23 '22 11:09 TheWalruzz