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

no edit summary
No edit summary
Line 10:
 
==Format==
<source lang=cpp>
struct zNMEAssetMindy : zNMEAsset
{
uint32 taskBoxID;
float32 clamOpenDistance;
float32 clamCloseDistance;
uint32 textBoxID;
uint32 primaryCharacter;
uint32 secondaryTaskBoxID;
};
</source>
 
{| class="wikitable"
! Offset !! Type !! Variable !! Description
Line 15 ⟶ 27:
| 0x50 || [[AssetID]] || '''taskBoxID''' ||
|-
| 0x54 || floatfloat32 || '''clamOpenDistance''' || Maximum distance to interact with Mindy
|-
| 0x58 || floatfloat32 || '''clamCloseDistance''' || Maximum distance for shell to stay open
|-
| 0x5C || [[AssetID]] || '''textBoxID''' ||
|-
| 0x60 || uintuint32 || '''primaryCharacter''' || 0 = SpongeBob, 1 = Patrick
|-
| 0x64 || [[AssetID]] || '''secondaryTaskBoxID''' ||