Unlock all Packed*Arrays
dazKind opened this issue · 1 comments
dazKind commented
We currently blacklist all Packed*Arrays from binding generation bc moving them over the binding has to finalized. This has to be fixed and optimized for efficient data exchange over the extension interface.
- ARRAY
- ARRAY (composite / typed)
- PACKED_BYTE_ARRAY
- PACKED_INT32_ARRAY
- PACKED_INT64_ARRAY
- PACKED_FLOAT32_ARRAY
- PACKED_FLOAT64_ARRAY
- PACKED_STRING_ARRAY
- PACKED_VECTOR2_ARRAY
- PACKED_VECTOR3_ARRAY
- PACKED_COLOR_ARRAY
dazKind commented
All arrays can be used everywhere now. Most of them lack convenience functions in ClassGenExtraMacros though. These will come in time