MCBK ("KBCM") - Multi Cell Bank
The multi cell bank combines multiple animated cells into cluster. This allows more complex animations by grouping related sequences into one unit.
Table of Contents
Data Structure
Section Container
struct ContainerSectionMCBK
{
/* 0x0 */ struct NitroSectionHeader sectionHeader;
/* 0x8 */ struct ContainerMCBK sectionData;
}; // entry size = sectionHeader.lengthSection
Field Name | Description | Data Type |
---|---|---|
sectionHeader | Header of this section. sectionHeader.signature = "KBCM" . | NitroSectionHeader |
sectionData | Content of this section. | ContainerMCBK |