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

no edit summary
No edit summary
 
(One intermediate revision by one other user not shown)
Line 8:
</onlyinclude>
{{AutoDynaInfobox}}
 
==Format==
 
<source lang=cpp>
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;
};
</source>
 
{| class="wikitable"
! 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''' ||
|}
 
{{DynaAssets}}
2,079

edits