EvilEngine/DYNA/Analog Deflection
From Heavy Iron Modding
< EvilEngine | DYNA(Redirected from DYNA/Analog Deflection)
Analog Deflection | |
---|---|
Hash | 0x16B0A88D |
Games used | Ratatouille Prototype |
Format
struct zAnalogInputDeflectionAsset : xDynAsset
{
uint32 stick;
uint32 axis;
uint32 outputID[2];
};
Offset | Type | Variable | Description |
---|---|---|---|
0x00 | uint32 | stick | |
0x04 | uint32 | axis | |
0x08 | AssetID | outputID1 | |
0x0C | AssetID | outputID2 |
Hidden category: