EvilEngine/DYNA/Enemy:RATS:Swarm:Owl: Difference between revisions

no edit summary
(format)
No edit summary
 
Line 14:
struct zNPCAssetSwarm : zNPCAssetRATS
{
int32int memberNumber;
float32float spawnRadius;
uint32unsigned int attractor;
uint32unsigned int repeller;
uint32unsigned int flags;
uint32unsigned int loopSound;
uint32unsigned int oneShotSound;
float32float oneShotSoundMinTime;
float32float oneShotSoundMaxTime;
};
</source>
Line 29:
! Offset !! Type !! Variable !! Description
|-
| 0x74 || int32s32 || '''memberNumber''' ||
|-
| 0x78 || float32f32 || '''spawnRadius''' ||
|-
| 0x7C || [[AssetID]] || '''attractor''' ||
Line 37:
| 0x80 || [[AssetID]] || '''repeller''' ||
|-
| 0x84 || float32u32 || '''flags''' ||
|-
| 0x88 || [[AssetID]] || '''loopSound''' ||
Line 43:
| 0x8C || [[AssetID]] || '''oneShotSound''' ||
|-
| 0x90 || uint32f32 || '''oneShotSoundMinTime''' ||
|-
| 0x94 || uint32f32 || '''oneShotSoundMaxTime''' ||
|}
 
2,079

edits