UEXT ("TXEU") - (Use Extension?)
Holds a value which tells, if a "multi-version" of the cell or animation runtime will be applied.
Table of Contents
Data Structure
Section Container
struct ContainerSectionUEXT
{
/* 0x0 */ struct NitroSectionHeader sectionHeader;
/* 0x8 */ struct ContainerUEXT sectionData;
}; // entry size = sectionHeader.lengthSection
Field Name | Description | Data Type |
---|---|---|
sectionHeader | Header of this section. sectionHeader.signature = "TXEU" . | NitroSectionHeader |
sectionData | Content of this section. | ContainerUEXT |
UEXT Container
struct ContainerUEXT
{
// header
// ...empty
// data
/* 0x0 */ uint32_t extended; // or is it one byte + padding?
}; // entry size = 0x4
Field Name | Description | Data Type |
---|---|---|
extended | Enable multicell? | uint32_t |