EvilEngine/DYNA/Enemy:SB:Mindy
< EvilEngine | DYNA
(Redirected from DYNA/Enemy:SB:Mindy)
Enemy:SB:Mindy | |
---|---|
Version | 3 |
Hash | 0xC92170B2 |
Games used | The SpongeBob SquarePants Movie |
Format
class zNMEAssetMindy : public zNMEAsset
{
public:
unsigned int taskBoxID;
float clamOpenDistance;
float clamCloseDistance;
unsigned int textBoxID;
unsigned int primaryCharacter;
unsigned int secondaryTaskBoxID;
};
Offset | Type | Variable | Description |
---|---|---|---|
0x60 | AssetID | taskBoxID | |
0x64 | f32 | clamOpenDistance | Maximum distance to interact with Mindy |
0x68 | f32 | clamCloseDistance | Maximum distance for shell to stay open |
0x6C | AssetID | textBoxID | |
0x70 | u32 | primaryCharacter | 0 = SpongeBob 1 = Patrick |
0x74 | AssetID | secondaryTaskBoxID |