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

Content added Content deleted
No edit summary
Line 10: Line 10:


==Format==
==Format==
<source lang=cpp>
struct zNMEAssetMindy : zNMEAsset
{
uint32 taskBoxID;
float32 clamOpenDistance;
float32 clamCloseDistance;
uint32 textBoxID;
uint32 primaryCharacter;
uint32 secondaryTaskBoxID;
};
</source>

{| class="wikitable"
{| class="wikitable"
! Offset !! Type !! Variable !! Description
! Offset !! Type !! Variable !! Description
Line 15: Line 27:
| 0x50 || [[AssetID]] || '''taskBoxID''' ||
| 0x50 || [[AssetID]] || '''taskBoxID''' ||
|-
|-
| 0x54 || float || '''clamOpenDistance''' || Maximum distance to interact with Mindy
| 0x54 || float32 || '''clamOpenDistance''' || Maximum distance to interact with Mindy
|-
|-
| 0x58 || float || '''clamCloseDistance''' || Maximum distance for shell to stay open
| 0x58 || float32 || '''clamCloseDistance''' || Maximum distance for shell to stay open
|-
|-
| 0x5C || [[AssetID]] || '''textBoxID''' ||
| 0x5C || [[AssetID]] || '''textBoxID''' ||
|-
|-
| 0x60 || uint || '''primaryCharacter''' ||
| 0x60 || uint32 || '''primaryCharacter''' || 0 = SpongeBob, 1 = Patrick
|-
|-
| 0x64 || [[AssetID]] || '''secondaryTaskBoxID''' ||
| 0x64 || [[AssetID]] || '''secondaryTaskBoxID''' ||