EvilEngine/DYNA/game object:bullet mark
From Heavy Iron Modding
< EvilEngine | DYNA
(Redirected from DYNA/game object:bullet mark)
game_object:bullet_mark | |
---|---|
Hash | 0x381232B4 |
Games used | The Incredibles Rise of the Underminer |
Format
class zBulletMarkAsset : xDynAsset
{
unsigned int textureID;
float size;
float lifetime;
};
Offset | Type | Variable | Description |
---|---|---|---|
0x10 | AssetID | textureID | RWTX |
0x14 | f32 | size | |
0x18 | f32 | lifetime |
Hidden category: