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

no edit summary
No edit summary
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 10:
 
==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 || [[AssetID]] || '''taskBoxID''' ||
|-
| 0x540x64 || floatf32 || '''clamOpenDistance''' || Maximum distance to interact with Mindy
|-
| 0x580x68 || floatf32 || '''clamCloseDistance''' || Maximum distance for shell to stay open
|-
| 0x5C0x6C || [[AssetID]] || '''textBoxID''' ||
|-
| 0x600x70 || uintu32 || '''primaryCharacter''' || 0 = SpongeBob<br>1 = Patrick
|-
| 0x640x74 || [[AssetID]] || '''secondaryTaskBoxID''' ||
|}