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

no edit summary
(Created page with "<onlyinclude> {{#vardefine:name|Enemy:RATS:Swarm:Owl}}<nowiki/> {{#vardefine:version|}}<nowiki/> {{#vardefine:hash|0x544E0BCC}}<nowiki/> {{#vardefine:games|RatProto}}<nowiki/> {{#vardefine:sourcecode|}}<nowiki/> {{#vardefine:image|}}<nowiki/> </onlyinclude> {{AutoDynaInfobox}} {{DynaAssets}} {{AutoGameNavs}} Category:DYNA")
 
No edit summary
 
(2 intermediate revisions by 2 users 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