EvilEngine/DYNA/effect:Waterhose
From Heavy Iron Modding
< EvilEngine | DYNA
(Redirected from DYNA/effect:Waterhose)
effect:Waterhose | |
---|---|
Hash | 0x03E64AEB |
Games used | The Incredibles |
Unused Dynamic Type. Code can be found in The Incredibles.
Format
class zWaterhoseAsset : public xDynAsset
{
public:
xVec3 startPos;
xVec3 endPos;
xColor_tag color;
unsigned int sound;
unsigned int soundHit;
};
Offset | Type | Variable | Description |
---|---|---|---|
0x10 | Vector3 | startpos | |
0x1C | Vector3 | endpos | |
0x28 | Color | color | |
0x2C | AssetID | sound | |
0x30 | AssetID | soundhit |
Hidden category: