EvilEngine/DYNA/Enemy:SB:Mindy: Difference between revisions

no edit summary
(Created page with "<onlyinclude> {{#vardefine:name|Enemy:SB:Mindy}}<nowiki/> {{#vardefine:version|3}}<nowiki/> {{#vardefine:hash|0xC92170B2}}<nowiki/> {{#vardefine:games|TSSM}}<nowiki/> {{#varde...")
 
No edit summary
 
(6 intermediate revisions by 3 users not shown)
Line 8:
</onlyinclude>
{{AutoDynaInfobox}}
 
==Format==
<source lang=cpp>
class zNMEAssetMindy : public zNMEAsset
{
public:
unsigned int taskBoxID;
float clamOpenDistance;
float clamCloseDistance;
unsigned int textBoxID;
unsigned int primaryCharacter;
unsigned int secondaryTaskBoxID;
};
</source>
 
{| class="wikitable"
! Offset !! Type !! Variable !! Description
|-
| 0x60 || [[AssetID]] || '''taskBoxID''' ||
|-
| 0x64 || f32 || '''clamOpenDistance''' || Maximum distance to interact with Mindy
|-
| 0x68 || f32 || '''clamCloseDistance''' || Maximum distance for shell to stay open
|-
| 0x6C || [[AssetID]] || '''textBoxID''' ||
|-
| 0x70 || u32 || '''primaryCharacter''' || 0 = SpongeBob<br>1 = Patrick
|-
| 0x74 || [[AssetID]] || '''secondaryTaskBoxID''' ||
|}
 
{{DynaAssets}}