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

From Heavy Iron Modding
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''' ||

Revision as of 15:41, 15 September 2023

Enemy:SB:Mindy
Version3
Hash0xC92170B2
Games usedThe SpongeBob SquarePants Movie

Format

struct zNMEAssetMindy : zNMEAsset
{
	uint32 taskBoxID;
	float32 clamOpenDistance;
	float32 clamCloseDistance;
	uint32 textBoxID;
	uint32 primaryCharacter;
	uint32 secondaryTaskBoxID;
};
Offset Type Variable Description
0x50 AssetID taskBoxID
0x54 float32 clamOpenDistance Maximum distance to interact with Mindy
0x58 float32 clamCloseDistance Maximum distance for shell to stay open
0x5C AssetID textBoxID
0x60 uint32 primaryCharacter 0 = SpongeBob, 1 = Patrick
0x64 AssetID secondaryTaskBoxID