Studio:How does the STRIDE compiler handle zero-length arrays?
Jump to navigation
Jump to search
A zero-length array embedded in the middle of a struct is treated as if it was not there (i.e., as if it was commented out). It will not allocate storage or affect alignment in the structure in any way. It will not be addressable from ascript and will not be visible in the interface or workspace view.