EvilEngine/DYNA/game object:bullet time

From Heavy Iron Modding

game_object:bullet_time
Hash0x390467A4
Games usedThe SpongeBob SquarePants Movie

The Incredibles

Rise of the Underminer

Format

Unused in SpongeBob Movie but is still supported.

class zBulletTimeAsset : public xDynAsset
{
public:
    float frequency;
    float fadeout;
    float originaltimer;
    float originalscale;
    unsigned char global;
};
Offset Type Variable Description
0x10 f32 frequency
0x14 f32 fadeout
0x18 f32 originaltimer
0x1C f32 originalscale
0x20 u8 global
0x21 u8[3] null padding