EvilEngine/DYNA/Enemy:RATS:Swarm:Bug
< EvilEngine | DYNA
Enemy:RATS:Swarm:Bug | |
---|---|
Hash | 0x544AA34C |
Games used | Ratatouille Prototype |
Format
struct zNPCAssetSwarm : zNPCAssetRATS
{
int memberNumber;
float spawnRadius;
unsigned int attractor;
unsigned int repeller;
unsigned int flags;
unsigned int loopSound;
unsigned int oneShotSound;
float oneShotSoundMinTime;
float oneShotSoundMaxTime;
};
Offset | Type | Variable | Description |
---|---|---|---|
0x74 | s32 | memberNumber | |
0x78 | f32 | spawnRadius | |
0x7C | AssetID | attractor | |
0x80 | AssetID | repeller | |
0x84 | u32 | flags | |
0x88 | AssetID | loopSound | |
0x8C | AssetID | oneShotSound | |
0x90 | f32 | oneShotSoundMinTime | |
0x94 | f32 | oneShotSoundMaxTime |