EvilEngine/DYNA/effect:uber laser
From Heavy Iron Modding
< EvilEngine | DYNA
(Redirected from DYNA/effect:uber laser)
effect:uber_laser | |
---|---|
Version | 1 |
Hash | 0xA866726F |
Games used | The Incredibles |
Format
class zUberLaserAsset : public xDynAsset
{
public:
unsigned int marker_start_id;
unsigned int marker_end_id;
float time;
};
Offset | Type | Variable | Description |
---|---|---|---|
0x10 | AssetID | marker_start_id | MRKR |
0x14 | AssetID | marker_end_id | MRKR |
0x18 | f32 | time |
Hidden category: