EvilEngine/ALST
From Heavy Iron Modding
ALST | |
---|---|
AnimList | |
Type | Binary |
Games used | Night of 100 Frights Battle for Bikini Bottom |
Source code | zAnimList.h |
Animation list. This asset contains a list of asset IDs all belonging to animations.
Format
Night of 100 Frights — The Incredibles
struct zAnimListAsset
{
U32 ids[10];
};
Offset | Type | Name | Description |
---|---|---|---|
0x00 | U32[10] | ids | ANIM asset IDs |
Rise of the Underminer — Ratatouille Prototype
struct zAnimListAsset
{
U32 ids[10];
U32 stateHashes[10];
bool hasPhysics[10];
};
Offset | Type | Name | Description |
---|---|---|---|
0x00 | U32[10] | ids | ANIM asset IDs |
0x28 | U32[10] | stateHashes | |
0x50 | bool[10] | hasPhysics |
Navigation | |
---|---|
Assets |
Retrieved from "https://heavyironmodding.org/wiki/EvilEngine/ALST?oldid=6822"
Hidden category: