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

no edit summary
No edit summary
No edit summary
 
(5 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
|-
| 0x500x60 || [[Asset IDAssetID]] || '''taskBox1IDtaskBoxID''' ||
|-
| 0x540x64 || floatf32 || '''unknownclamOpenDistance''' || Maximum distance to interact with Mindy
|-
| 0x580x68 || floatf32 || '''unknownclamCloseDistance''' || Maximum distance for shell to stay open
|-
| 0x5C0x6C || float[[AssetID]] || '''unknowntextBoxID''' ||
|-
| 0x600x70 || intu32 || '''PlayerprimaryCharacter''' || 0 = Spongebob, SpongeBob<br>1 = Patrick
|-
| 0x640x74 || [[Asset IDAssetID]] || '''taskBox2IDsecondaryTaskBoxID''' ||
|}