EvilEngine/DYNA/Enemy:SB:BucketOTron
< EvilEngine | DYNA
Enemy:SB:BucketOTron | |
---|---|
Version | 4 |
Hash | 0xD2D6A1E5 |
Games used | The SpongeBob SquarePants Movie |
Format
struct zNMEAssetBucketOTron : zNMEAsset
{
uint32 aid_spawnGroup;
en_spawnmode spawnMode;
float32 spawnDelay;
int32 flg_buckass;
int32 maxSpawn;
};
enum en_spawnmode
{
NME_SPAWNMODE_CONTINUOUS,
NME_SPAWNMODE_WAVES,
NME_SPAWNMODE_AMBUSHWAVE,
NME_SPAWNMODE_AMBUSHCONT,
NME_SPAWNMODE_NOMORE,
NME_SPAWNMODE_FORCE
};
Offset | Type | Variable | Description |
---|---|---|---|
0x60 | AssetID | aid_spawnGroup | GRUP |
0x64 | en_spawnmode | spawnMode |
|
0x68 | f32 | spawnDelay | Delay before next spawn |
0x6C | s32 | flg_buckass | 0 = Resume 1 = Paused |
0x70 | s32 | maxSpawn | Number of Enemies to spawn before becoming inactive |