isaacscript-common 15.4.0 → 15.4.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  --[[
2
2
 
3
- isaacscript-common 15.4.0
3
+ isaacscript-common 15.4.2
4
4
 
5
5
  This is the "isaacscript-common" library, which was created with the IsaacScript tool.
6
6
 
@@ -30142,212 +30142,517 @@ function PreNPCUpdateFilter.prototype.____constructor(self)
30142
30142
  self.preNPCUpdate = function(____, npc) return self:fire(npc) end
30143
30143
  self.callbacksUsed = {{ModCallback.PRE_NPC_UPDATE, {self.preNPCUpdate}}}
30144
30144
  end
30145
+ return ____exports
30146
+ end,
30147
+ ["src.callbackClasses"] = function(...)
30148
+ local ____exports = {}
30149
+ do
30150
+ local ____EntityTakeDmgFilter = require("src.classes.callbacks.EntityTakeDmgFilter")
30151
+ local EntityTakeDmgFilter = ____EntityTakeDmgFilter.EntityTakeDmgFilter
30152
+ ____exports.EntityTakeDmgFilter = EntityTakeDmgFilter
30153
+ end
30154
+ do
30155
+ local ____PostAmbushFinished = require("src.classes.callbacks.PostAmbushFinished")
30156
+ local PostAmbushFinished = ____PostAmbushFinished.PostAmbushFinished
30157
+ ____exports.PostAmbushFinished = PostAmbushFinished
30158
+ end
30159
+ do
30160
+ local ____PostAmbushStarted = require("src.classes.callbacks.PostAmbushStarted")
30161
+ local PostAmbushStarted = ____PostAmbushStarted.PostAmbushStarted
30162
+ ____exports.PostAmbushStarted = PostAmbushStarted
30163
+ end
30164
+ do
30165
+ local ____PostBombExploded = require("src.classes.callbacks.PostBombExploded")
30166
+ local PostBombExploded = ____PostBombExploded.PostBombExploded
30167
+ ____exports.PostBombExploded = PostBombExploded
30168
+ end
30169
+ do
30170
+ local ____PostBombInitLate = require("src.classes.callbacks.PostBombInitLate")
30171
+ local PostBombInitLate = ____PostBombInitLate.PostBombInitLate
30172
+ ____exports.PostBombInitLate = PostBombInitLate
30173
+ end
30174
+ do
30175
+ local ____PostBoneSwing = require("src.classes.callbacks.PostBoneSwing")
30176
+ local PostBoneSwing = ____PostBoneSwing.PostBoneSwing
30177
+ ____exports.PostBoneSwing = PostBoneSwing
30178
+ end
30179
+ do
30180
+ local ____PostCollectibleEmpty = require("src.classes.callbacks.PostCollectibleEmpty")
30181
+ local PostCollectibleEmpty = ____PostCollectibleEmpty.PostCollectibleEmpty
30182
+ ____exports.PostCollectibleEmpty = PostCollectibleEmpty
30183
+ end
30184
+ do
30185
+ local ____PostCollectibleInitFirst = require("src.classes.callbacks.PostCollectibleInitFirst")
30186
+ local PostCollectibleInitFirst = ____PostCollectibleInitFirst.PostCollectibleInitFirst
30187
+ ____exports.PostCollectibleInitFirst = PostCollectibleInitFirst
30188
+ end
30189
+ do
30190
+ local ____PostCursedTeleport = require("src.classes.callbacks.PostCursedTeleport")
30191
+ local PostCursedTeleport = ____PostCursedTeleport.PostCursedTeleport
30192
+ ____exports.PostCursedTeleport = PostCursedTeleport
30193
+ end
30194
+ do
30195
+ local ____PostCustomRevive = require("src.classes.callbacks.PostCustomRevive")
30196
+ local PostCustomRevive = ____PostCustomRevive.PostCustomRevive
30197
+ ____exports.PostCustomRevive = PostCustomRevive
30198
+ end
30199
+ do
30200
+ local ____PostDiceRoomActivated = require("src.classes.callbacks.PostDiceRoomActivated")
30201
+ local PostDiceRoomActivated = ____PostDiceRoomActivated.PostDiceRoomActivated
30202
+ ____exports.PostDiceRoomActivated = PostDiceRoomActivated
30203
+ end
30204
+ do
30205
+ local ____PostDoorRender = require("src.classes.callbacks.PostDoorRender")
30206
+ local PostDoorRender = ____PostDoorRender.PostDoorRender
30207
+ ____exports.PostDoorRender = PostDoorRender
30208
+ end
30209
+ do
30210
+ local ____PostDoorUpdate = require("src.classes.callbacks.PostDoorUpdate")
30211
+ local PostDoorUpdate = ____PostDoorUpdate.PostDoorUpdate
30212
+ ____exports.PostDoorUpdate = PostDoorUpdate
30213
+ end
30214
+ do
30215
+ local ____PostEffectInitLate = require("src.classes.callbacks.PostEffectInitLate")
30216
+ local PostEffectInitLate = ____PostEffectInitLate.PostEffectInitLate
30217
+ ____exports.PostEffectInitLate = PostEffectInitLate
30218
+ end
30219
+ do
30220
+ local ____PostEffectStateChanged = require("src.classes.callbacks.PostEffectStateChanged")
30221
+ local PostEffectStateChanged = ____PostEffectStateChanged.PostEffectStateChanged
30222
+ ____exports.PostEffectStateChanged = PostEffectStateChanged
30223
+ end
30224
+ do
30225
+ local ____PostEsauJr = require("src.classes.callbacks.PostEsauJr")
30226
+ local PostEsauJr = ____PostEsauJr.PostEsauJr
30227
+ ____exports.PostEsauJr = PostEsauJr
30228
+ end
30229
+ do
30230
+ local ____PostFamiliarInitLate = require("src.classes.callbacks.PostFamiliarInitLate")
30231
+ local PostFamiliarInitLate = ____PostFamiliarInitLate.PostFamiliarInitLate
30232
+ ____exports.PostFamiliarInitLate = PostFamiliarInitLate
30233
+ end
30234
+ do
30235
+ local ____PostFamiliarStateChanged = require("src.classes.callbacks.PostFamiliarStateChanged")
30236
+ local PostFamiliarStateChanged = ____PostFamiliarStateChanged.PostFamiliarStateChanged
30237
+ ____exports.PostFamiliarStateChanged = PostFamiliarStateChanged
30238
+ end
30239
+ do
30240
+ local ____PostFirstEsauJr = require("src.classes.callbacks.PostFirstEsauJr")
30241
+ local PostFirstEsauJr = ____PostFirstEsauJr.PostFirstEsauJr
30242
+ ____exports.PostFirstEsauJr = PostFirstEsauJr
30243
+ end
30244
+ do
30245
+ local ____PostFirstFlip = require("src.classes.callbacks.PostFirstFlip")
30246
+ local PostFirstFlip = ____PostFirstFlip.PostFirstFlip
30247
+ ____exports.PostFirstFlip = PostFirstFlip
30248
+ end
30249
+ do
30250
+ local ____PostFlip = require("src.classes.callbacks.PostFlip")
30251
+ local PostFlip = ____PostFlip.PostFlip
30252
+ ____exports.PostFlip = PostFlip
30253
+ end
30254
+ do
30255
+ local ____PostGameStartedReordered = require("src.classes.callbacks.PostGameStartedReordered")
30256
+ local PostGameStartedReordered = ____PostGameStartedReordered.PostGameStartedReordered
30257
+ ____exports.PostGameStartedReordered = PostGameStartedReordered
30258
+ end
30259
+ do
30260
+ local ____PostGameStartedReorderedLast = require("src.classes.callbacks.PostGameStartedReorderedLast")
30261
+ local PostGameStartedReorderedLast = ____PostGameStartedReorderedLast.PostGameStartedReorderedLast
30262
+ ____exports.PostGameStartedReorderedLast = PostGameStartedReorderedLast
30263
+ end
30264
+ do
30265
+ local ____PostGreedModeWave = require("src.classes.callbacks.PostGreedModeWave")
30266
+ local PostGreedModeWave = ____PostGreedModeWave.PostGreedModeWave
30267
+ ____exports.PostGreedModeWave = PostGreedModeWave
30268
+ end
30269
+ do
30270
+ local ____PostGridEntityBroken = require("src.classes.callbacks.PostGridEntityBroken")
30271
+ local PostGridEntityBroken = ____PostGridEntityBroken.PostGridEntityBroken
30272
+ ____exports.PostGridEntityBroken = PostGridEntityBroken
30273
+ end
30274
+ do
30275
+ local ____PostGridEntityCollision = require("src.classes.callbacks.PostGridEntityCollision")
30276
+ local PostGridEntityCollision = ____PostGridEntityCollision.PostGridEntityCollision
30277
+ ____exports.PostGridEntityCollision = PostGridEntityCollision
30278
+ end
30279
+ do
30280
+ local ____PostGridEntityCustomBroken = require("src.classes.callbacks.PostGridEntityCustomBroken")
30281
+ local PostGridEntityCustomBroken = ____PostGridEntityCustomBroken.PostGridEntityCustomBroken
30282
+ ____exports.PostGridEntityCustomBroken = PostGridEntityCustomBroken
30283
+ end
30284
+ do
30285
+ local ____PostGridEntityCustomCollision = require("src.classes.callbacks.PostGridEntityCustomCollision")
30286
+ local PostGridEntityCustomCollision = ____PostGridEntityCustomCollision.PostGridEntityCustomCollision
30287
+ ____exports.PostGridEntityCustomCollision = PostGridEntityCustomCollision
30288
+ end
30289
+ do
30290
+ local ____PostGridEntityCustomInit = require("src.classes.callbacks.PostGridEntityCustomInit")
30291
+ local PostGridEntityCustomInit = ____PostGridEntityCustomInit.PostGridEntityCustomInit
30292
+ ____exports.PostGridEntityCustomInit = PostGridEntityCustomInit
30293
+ end
30294
+ do
30295
+ local ____PostGridEntityCustomRemove = require("src.classes.callbacks.PostGridEntityCustomRemove")
30296
+ local PostGridEntityCustomRemove = ____PostGridEntityCustomRemove.PostGridEntityCustomRemove
30297
+ ____exports.PostGridEntityCustomRemove = PostGridEntityCustomRemove
30298
+ end
30299
+ do
30300
+ local ____PostGridEntityCustomRender = require("src.classes.callbacks.PostGridEntityCustomRender")
30301
+ local PostGridEntityCustomRender = ____PostGridEntityCustomRender.PostGridEntityCustomRender
30302
+ ____exports.PostGridEntityCustomRender = PostGridEntityCustomRender
30303
+ end
30304
+ do
30305
+ local ____PostGridEntityCustomStateChanged = require("src.classes.callbacks.PostGridEntityCustomStateChanged")
30306
+ local PostGridEntityCustomStateChanged = ____PostGridEntityCustomStateChanged.PostGridEntityCustomStateChanged
30307
+ ____exports.PostGridEntityCustomStateChanged = PostGridEntityCustomStateChanged
30308
+ end
30309
+ do
30310
+ local ____PostGridEntityCustomUpdate = require("src.classes.callbacks.PostGridEntityCustomUpdate")
30311
+ local PostGridEntityCustomUpdate = ____PostGridEntityCustomUpdate.PostGridEntityCustomUpdate
30312
+ ____exports.PostGridEntityCustomUpdate = PostGridEntityCustomUpdate
30313
+ end
30314
+ do
30315
+ local ____PostGridEntityInit = require("src.classes.callbacks.PostGridEntityInit")
30316
+ local PostGridEntityInit = ____PostGridEntityInit.PostGridEntityInit
30317
+ ____exports.PostGridEntityInit = PostGridEntityInit
30318
+ end
30319
+ do
30320
+ local ____PostGridEntityRemove = require("src.classes.callbacks.PostGridEntityRemove")
30321
+ local PostGridEntityRemove = ____PostGridEntityRemove.PostGridEntityRemove
30322
+ ____exports.PostGridEntityRemove = PostGridEntityRemove
30323
+ end
30324
+ do
30325
+ local ____PostGridEntityRender = require("src.classes.callbacks.PostGridEntityRender")
30326
+ local PostGridEntityRender = ____PostGridEntityRender.PostGridEntityRender
30327
+ ____exports.PostGridEntityRender = PostGridEntityRender
30328
+ end
30329
+ do
30330
+ local ____PostGridEntityStateChanged = require("src.classes.callbacks.PostGridEntityStateChanged")
30331
+ local PostGridEntityStateChanged = ____PostGridEntityStateChanged.PostGridEntityStateChanged
30332
+ ____exports.PostGridEntityStateChanged = PostGridEntityStateChanged
30333
+ end
30334
+ do
30335
+ local ____PostGridEntityUpdate = require("src.classes.callbacks.PostGridEntityUpdate")
30336
+ local PostGridEntityUpdate = ____PostGridEntityUpdate.PostGridEntityUpdate
30337
+ ____exports.PostGridEntityUpdate = PostGridEntityUpdate
30338
+ end
30339
+ do
30340
+ local ____PostHolyMantleRemoved = require("src.classes.callbacks.PostHolyMantleRemoved")
30341
+ local PostHolyMantleRemoved = ____PostHolyMantleRemoved.PostHolyMantleRemoved
30342
+ ____exports.PostHolyMantleRemoved = PostHolyMantleRemoved
30343
+ end
30344
+ do
30345
+ local ____PostItemDischarge = require("src.classes.callbacks.PostItemDischarge")
30346
+ local PostItemDischarge = ____PostItemDischarge.PostItemDischarge
30347
+ ____exports.PostItemDischarge = PostItemDischarge
30348
+ end
30349
+ do
30350
+ local ____PostItemPickup = require("src.classes.callbacks.PostItemPickup")
30351
+ local PostItemPickup = ____PostItemPickup.PostItemPickup
30352
+ ____exports.PostItemPickup = PostItemPickup
30353
+ end
30354
+ do
30355
+ local ____PostKnifeInitLate = require("src.classes.callbacks.PostKnifeInitLate")
30356
+ local PostKnifeInitLate = ____PostKnifeInitLate.PostKnifeInitLate
30357
+ ____exports.PostKnifeInitLate = PostKnifeInitLate
30358
+ end
30359
+ do
30360
+ local ____PostLaserInitLate = require("src.classes.callbacks.PostLaserInitLate")
30361
+ local PostLaserInitLate = ____PostLaserInitLate.PostLaserInitLate
30362
+ ____exports.PostLaserInitLate = PostLaserInitLate
30363
+ end
30364
+ do
30365
+ local ____PostNewLevelReordered = require("src.classes.callbacks.PostNewLevelReordered")
30366
+ local PostNewLevelReordered = ____PostNewLevelReordered.PostNewLevelReordered
30367
+ ____exports.PostNewLevelReordered = PostNewLevelReordered
30368
+ end
30369
+ do
30370
+ local ____PostNewRoomEarly = require("src.classes.callbacks.PostNewRoomEarly")
30371
+ local PostNewRoomEarly = ____PostNewRoomEarly.PostNewRoomEarly
30372
+ ____exports.PostNewRoomEarly = PostNewRoomEarly
30373
+ end
30374
+ do
30375
+ local ____PostNewRoomReordered = require("src.classes.callbacks.PostNewRoomReordered")
30376
+ local PostNewRoomReordered = ____PostNewRoomReordered.PostNewRoomReordered
30377
+ ____exports.PostNewRoomReordered = PostNewRoomReordered
30378
+ end
30379
+ do
30380
+ local ____PostNPCDeathFilter = require("src.classes.callbacks.PostNPCDeathFilter")
30381
+ local PostNPCDeathFilter = ____PostNPCDeathFilter.PostNPCDeathFilter
30382
+ ____exports.PostNPCDeathFilter = PostNPCDeathFilter
30383
+ end
30384
+ do
30385
+ local ____PostNPCInitFilter = require("src.classes.callbacks.PostNPCInitFilter")
30386
+ local PostNPCInitFilter = ____PostNPCInitFilter.PostNPCInitFilter
30387
+ ____exports.PostNPCInitFilter = PostNPCInitFilter
30388
+ end
30389
+ do
30390
+ local ____PostNPCInitLate = require("src.classes.callbacks.PostNPCInitLate")
30391
+ local PostNPCInitLate = ____PostNPCInitLate.PostNPCInitLate
30392
+ ____exports.PostNPCInitLate = PostNPCInitLate
30393
+ end
30394
+ do
30395
+ local ____PostNPCRenderFilter = require("src.classes.callbacks.PostNPCRenderFilter")
30396
+ local PostNPCRenderFilter = ____PostNPCRenderFilter.PostNPCRenderFilter
30397
+ ____exports.PostNPCRenderFilter = PostNPCRenderFilter
30398
+ end
30399
+ do
30400
+ local ____PostNPCStateChanged = require("src.classes.callbacks.PostNPCStateChanged")
30401
+ local PostNPCStateChanged = ____PostNPCStateChanged.PostNPCStateChanged
30402
+ ____exports.PostNPCStateChanged = PostNPCStateChanged
30403
+ end
30404
+ do
30405
+ local ____PostNPCUpdateFilter = require("src.classes.callbacks.PostNPCUpdateFilter")
30406
+ local PostNPCUpdateFilter = ____PostNPCUpdateFilter.PostNPCUpdateFilter
30407
+ ____exports.PostNPCUpdateFilter = PostNPCUpdateFilter
30408
+ end
30409
+ do
30410
+ local ____PostPEffectUpdateReordered = require("src.classes.callbacks.PostPEffectUpdateReordered")
30411
+ local PostPEffectUpdateReordered = ____PostPEffectUpdateReordered.PostPEffectUpdateReordered
30412
+ ____exports.PostPEffectUpdateReordered = PostPEffectUpdateReordered
30413
+ end
30414
+ do
30415
+ local ____PostPickupCollect = require("src.classes.callbacks.PostPickupCollect")
30416
+ local PostPickupCollect = ____PostPickupCollect.PostPickupCollect
30417
+ ____exports.PostPickupCollect = PostPickupCollect
30418
+ end
30419
+ do
30420
+ local ____PostPickupInitFirst = require("src.classes.callbacks.PostPickupInitFirst")
30421
+ local PostPickupInitFirst = ____PostPickupInitFirst.PostPickupInitFirst
30422
+ ____exports.PostPickupInitFirst = PostPickupInitFirst
30423
+ end
30424
+ do
30425
+ local ____PostPickupInitLate = require("src.classes.callbacks.PostPickupInitLate")
30426
+ local PostPickupInitLate = ____PostPickupInitLate.PostPickupInitLate
30427
+ ____exports.PostPickupInitLate = PostPickupInitLate
30428
+ end
30429
+ do
30430
+ local ____PostPickupStateChanged = require("src.classes.callbacks.PostPickupStateChanged")
30431
+ local PostPickupStateChanged = ____PostPickupStateChanged.PostPickupStateChanged
30432
+ ____exports.PostPickupStateChanged = PostPickupStateChanged
30433
+ end
30434
+ do
30435
+ local ____PostPitRender = require("src.classes.callbacks.PostPitRender")
30436
+ local PostPitRender = ____PostPitRender.PostPitRender
30437
+ ____exports.PostPitRender = PostPitRender
30438
+ end
30439
+ do
30440
+ local ____PostPitUpdate = require("src.classes.callbacks.PostPitUpdate")
30441
+ local PostPitUpdate = ____PostPitUpdate.PostPitUpdate
30442
+ ____exports.PostPitUpdate = PostPitUpdate
30443
+ end
30444
+ do
30445
+ local ____PostPlayerChangeHealth = require("src.classes.callbacks.PostPlayerChangeHealth")
30446
+ local PostPlayerChangeHealth = ____PostPlayerChangeHealth.PostPlayerChangeHealth
30447
+ ____exports.PostPlayerChangeHealth = PostPlayerChangeHealth
30448
+ end
30449
+ do
30450
+ local ____PostPlayerChangeStat = require("src.classes.callbacks.PostPlayerChangeStat")
30451
+ local PostPlayerChangeStat = ____PostPlayerChangeStat.PostPlayerChangeStat
30452
+ ____exports.PostPlayerChangeStat = PostPlayerChangeStat
30453
+ end
30454
+ do
30455
+ local ____PostPlayerChangeType = require("src.classes.callbacks.PostPlayerChangeType")
30456
+ local PostPlayerChangeType = ____PostPlayerChangeType.PostPlayerChangeType
30457
+ ____exports.PostPlayerChangeType = PostPlayerChangeType
30458
+ end
30459
+ do
30460
+ local ____PostPlayerCollectibleAdded = require("src.classes.callbacks.PostPlayerCollectibleAdded")
30461
+ local PostPlayerCollectibleAdded = ____PostPlayerCollectibleAdded.PostPlayerCollectibleAdded
30462
+ ____exports.PostPlayerCollectibleAdded = PostPlayerCollectibleAdded
30463
+ end
30464
+ do
30465
+ local ____PostPlayerCollectibleRemoved = require("src.classes.callbacks.PostPlayerCollectibleRemoved")
30466
+ local PostPlayerCollectibleRemoved = ____PostPlayerCollectibleRemoved.PostPlayerCollectibleRemoved
30467
+ ____exports.PostPlayerCollectibleRemoved = PostPlayerCollectibleRemoved
30468
+ end
30469
+ do
30470
+ local ____PostPlayerFatalDamage = require("src.classes.callbacks.PostPlayerFatalDamage")
30471
+ local PostPlayerFatalDamage = ____PostPlayerFatalDamage.PostPlayerFatalDamage
30472
+ ____exports.PostPlayerFatalDamage = PostPlayerFatalDamage
30473
+ end
30474
+ do
30475
+ local ____PostPlayerInitFirst = require("src.classes.callbacks.PostPlayerInitFirst")
30476
+ local PostPlayerInitFirst = ____PostPlayerInitFirst.PostPlayerInitFirst
30477
+ ____exports.PostPlayerInitFirst = PostPlayerInitFirst
30478
+ end
30479
+ do
30480
+ local ____PostPlayerInitLate = require("src.classes.callbacks.PostPlayerInitLate")
30481
+ local PostPlayerInitLate = ____PostPlayerInitLate.PostPlayerInitLate
30482
+ ____exports.PostPlayerInitLate = PostPlayerInitLate
30483
+ end
30484
+ do
30485
+ local ____PostPlayerRenderReordered = require("src.classes.callbacks.PostPlayerRenderReordered")
30486
+ local PostPlayerRenderReordered = ____PostPlayerRenderReordered.PostPlayerRenderReordered
30487
+ ____exports.PostPlayerRenderReordered = PostPlayerRenderReordered
30488
+ end
30489
+ do
30490
+ local ____PostPlayerUpdateReordered = require("src.classes.callbacks.PostPlayerUpdateReordered")
30491
+ local PostPlayerUpdateReordered = ____PostPlayerUpdateReordered.PostPlayerUpdateReordered
30492
+ ____exports.PostPlayerUpdateReordered = PostPlayerUpdateReordered
30493
+ end
30494
+ do
30495
+ local ____PostPoopRender = require("src.classes.callbacks.PostPoopRender")
30496
+ local PostPoopRender = ____PostPoopRender.PostPoopRender
30497
+ ____exports.PostPoopRender = PostPoopRender
30498
+ end
30499
+ do
30500
+ local ____PostPoopUpdate = require("src.classes.callbacks.PostPoopUpdate")
30501
+ local PostPoopUpdate = ____PostPoopUpdate.PostPoopUpdate
30502
+ ____exports.PostPoopUpdate = PostPoopUpdate
30503
+ end
30504
+ do
30505
+ local ____PostPressurePlateRender = require("src.classes.callbacks.PostPressurePlateRender")
30506
+ local PostPressurePlateRender = ____PostPressurePlateRender.PostPressurePlateRender
30507
+ ____exports.PostPressurePlateRender = PostPressurePlateRender
30508
+ end
30509
+ do
30510
+ local ____PostPressurePlateUpdate = require("src.classes.callbacks.PostPressurePlateUpdate")
30511
+ local PostPressurePlateUpdate = ____PostPressurePlateUpdate.PostPressurePlateUpdate
30512
+ ____exports.PostPressurePlateUpdate = PostPressurePlateUpdate
30513
+ end
30514
+ do
30515
+ local ____PostProjectileInitLate = require("src.classes.callbacks.PostProjectileInitLate")
30516
+ local PostProjectileInitLate = ____PostProjectileInitLate.PostProjectileInitLate
30517
+ ____exports.PostProjectileInitLate = PostProjectileInitLate
30518
+ end
30519
+ do
30520
+ local ____PostPurchase = require("src.classes.callbacks.PostPurchase")
30521
+ local PostPurchase = ____PostPurchase.PostPurchase
30522
+ ____exports.PostPurchase = PostPurchase
30523
+ end
30524
+ do
30525
+ local ____PostRockRender = require("src.classes.callbacks.PostRockRender")
30526
+ local PostRockRender = ____PostRockRender.PostRockRender
30527
+ ____exports.PostRockRender = PostRockRender
30528
+ end
30529
+ do
30530
+ local ____PostRockUpdate = require("src.classes.callbacks.PostRockUpdate")
30531
+ local PostRockUpdate = ____PostRockUpdate.PostRockUpdate
30532
+ ____exports.PostRockUpdate = PostRockUpdate
30533
+ end
30534
+ do
30535
+ local ____PostRoomClearChanged = require("src.classes.callbacks.PostRoomClearChanged")
30536
+ local PostRoomClearChanged = ____PostRoomClearChanged.PostRoomClearChanged
30537
+ ____exports.PostRoomClearChanged = PostRoomClearChanged
30538
+ end
30539
+ do
30540
+ local ____PostSacrifice = require("src.classes.callbacks.PostSacrifice")
30541
+ local PostSacrifice = ____PostSacrifice.PostSacrifice
30542
+ ____exports.PostSacrifice = PostSacrifice
30543
+ end
30544
+ do
30545
+ local ____PostSlotAnimationChanged = require("src.classes.callbacks.PostSlotAnimationChanged")
30546
+ local PostSlotAnimationChanged = ____PostSlotAnimationChanged.PostSlotAnimationChanged
30547
+ ____exports.PostSlotAnimationChanged = PostSlotAnimationChanged
30548
+ end
30549
+ do
30550
+ local ____PostSlotCollision = require("src.classes.callbacks.PostSlotCollision")
30551
+ local PostSlotCollision = ____PostSlotCollision.PostSlotCollision
30552
+ ____exports.PostSlotCollision = PostSlotCollision
30553
+ end
30554
+ do
30555
+ local ____PostSlotDestroyed = require("src.classes.callbacks.PostSlotDestroyed")
30556
+ local PostSlotDestroyed = ____PostSlotDestroyed.PostSlotDestroyed
30557
+ ____exports.PostSlotDestroyed = PostSlotDestroyed
30558
+ end
30559
+ do
30560
+ local ____PostSlotInit = require("src.classes.callbacks.PostSlotInit")
30561
+ local PostSlotInit = ____PostSlotInit.PostSlotInit
30562
+ ____exports.PostSlotInit = PostSlotInit
30563
+ end
30564
+ do
30565
+ local ____PostSlotRender = require("src.classes.callbacks.PostSlotRender")
30566
+ local PostSlotRender = ____PostSlotRender.PostSlotRender
30567
+ ____exports.PostSlotRender = PostSlotRender
30568
+ end
30569
+ do
30570
+ local ____PostSlotUpdate = require("src.classes.callbacks.PostSlotUpdate")
30571
+ local PostSlotUpdate = ____PostSlotUpdate.PostSlotUpdate
30572
+ ____exports.PostSlotUpdate = PostSlotUpdate
30573
+ end
30574
+ do
30575
+ local ____PostSpikesRender = require("src.classes.callbacks.PostSpikesRender")
30576
+ local PostSpikesRender = ____PostSpikesRender.PostSpikesRender
30577
+ ____exports.PostSpikesRender = PostSpikesRender
30578
+ end
30579
+ do
30580
+ local ____PostSpikesUpdate = require("src.classes.callbacks.PostSpikesUpdate")
30581
+ local PostSpikesUpdate = ____PostSpikesUpdate.PostSpikesUpdate
30582
+ ____exports.PostSpikesUpdate = PostSpikesUpdate
30583
+ end
30584
+ do
30585
+ local ____PostTearInitLate = require("src.classes.callbacks.PostTearInitLate")
30586
+ local PostTearInitLate = ____PostTearInitLate.PostTearInitLate
30587
+ ____exports.PostTearInitLate = PostTearInitLate
30588
+ end
30589
+ do
30590
+ local ____PostTearInitVeryLate = require("src.classes.callbacks.PostTearInitVeryLate")
30591
+ local PostTearInitVeryLate = ____PostTearInitVeryLate.PostTearInitVeryLate
30592
+ ____exports.PostTearInitVeryLate = PostTearInitVeryLate
30593
+ end
30594
+ do
30595
+ local ____PostTNTRender = require("src.classes.callbacks.PostTNTRender")
30596
+ local PostTNTRender = ____PostTNTRender.PostTNTRender
30597
+ ____exports.PostTNTRender = PostTNTRender
30598
+ end
30599
+ do
30600
+ local ____PostTNTUpdate = require("src.classes.callbacks.PostTNTUpdate")
30601
+ local PostTNTUpdate = ____PostTNTUpdate.PostTNTUpdate
30602
+ ____exports.PostTNTUpdate = PostTNTUpdate
30603
+ end
30604
+ do
30605
+ local ____PostTransformation = require("src.classes.callbacks.PostTransformation")
30606
+ local PostTransformation = ____PostTransformation.PostTransformation
30607
+ ____exports.PostTransformation = PostTransformation
30608
+ end
30609
+ do
30610
+ local ____PostTrinketBreak = require("src.classes.callbacks.PostTrinketBreak")
30611
+ local PostTrinketBreak = ____PostTrinketBreak.PostTrinketBreak
30612
+ ____exports.PostTrinketBreak = PostTrinketBreak
30613
+ end
30614
+ do
30615
+ local ____PreBerserkDeath = require("src.classes.callbacks.PreBerserkDeath")
30616
+ local PreBerserkDeath = ____PreBerserkDeath.PreBerserkDeath
30617
+ ____exports.PreBerserkDeath = PreBerserkDeath
30618
+ end
30619
+ do
30620
+ local ____PreCustomRevive = require("src.classes.callbacks.PreCustomRevive")
30621
+ local PreCustomRevive = ____PreCustomRevive.PreCustomRevive
30622
+ ____exports.PreCustomRevive = PreCustomRevive
30623
+ end
30624
+ do
30625
+ local ____PreGetPedestal = require("src.classes.callbacks.PreGetPedestal")
30626
+ local PreGetPedestal = ____PreGetPedestal.PreGetPedestal
30627
+ ____exports.PreGetPedestal = PreGetPedestal
30628
+ end
30629
+ do
30630
+ local ____PreItemPickup = require("src.classes.callbacks.PreItemPickup")
30631
+ local PreItemPickup = ____PreItemPickup.PreItemPickup
30632
+ ____exports.PreItemPickup = PreItemPickup
30633
+ end
30634
+ do
30635
+ local ____PreNewLevel = require("src.classes.callbacks.PreNewLevel")
30636
+ local PreNewLevel = ____PreNewLevel.PreNewLevel
30637
+ ____exports.PreNewLevel = PreNewLevel
30638
+ end
30639
+ do
30640
+ local ____PreNPCCollisionFilter = require("src.classes.callbacks.PreNPCCollisionFilter")
30641
+ local PreNPCCollisionFilter = ____PreNPCCollisionFilter.PreNPCCollisionFilter
30642
+ ____exports.PreNPCCollisionFilter = PreNPCCollisionFilter
30643
+ end
30644
+ do
30645
+ local ____PreNPCUpdateFilter = require("src.classes.callbacks.PreNPCUpdateFilter")
30646
+ local PreNPCUpdateFilter = ____PreNPCUpdateFilter.PreNPCUpdateFilter
30647
+ ____exports.PreNPCUpdateFilter = PreNPCUpdateFilter
30648
+ end
30145
30649
  return ____exports
30146
30650
  end,
30147
30651
  ["src.callbacks"] = function(...)
30148
30652
  local ____lualib = require("lualib_bundle")
30149
30653
  local __TS__New = ____lualib.__TS__New
30150
30654
  local ____exports = {}
30151
- local ____EntityTakeDmgFilter = require("src.classes.callbacks.EntityTakeDmgFilter")
30152
- local EntityTakeDmgFilter = ____EntityTakeDmgFilter.EntityTakeDmgFilter
30153
- local ____PostAmbushFinished = require("src.classes.callbacks.PostAmbushFinished")
30154
- local PostAmbushFinished = ____PostAmbushFinished.PostAmbushFinished
30155
- local ____PostAmbushStarted = require("src.classes.callbacks.PostAmbushStarted")
30156
- local PostAmbushStarted = ____PostAmbushStarted.PostAmbushStarted
30157
- local ____PostBombExploded = require("src.classes.callbacks.PostBombExploded")
30158
- local PostBombExploded = ____PostBombExploded.PostBombExploded
30159
- local ____PostBombInitLate = require("src.classes.callbacks.PostBombInitLate")
30160
- local PostBombInitLate = ____PostBombInitLate.PostBombInitLate
30161
- local ____PostBoneSwing = require("src.classes.callbacks.PostBoneSwing")
30162
- local PostBoneSwing = ____PostBoneSwing.PostBoneSwing
30163
- local ____PostCollectibleEmpty = require("src.classes.callbacks.PostCollectibleEmpty")
30164
- local PostCollectibleEmpty = ____PostCollectibleEmpty.PostCollectibleEmpty
30165
- local ____PostCollectibleInitFirst = require("src.classes.callbacks.PostCollectibleInitFirst")
30166
- local PostCollectibleInitFirst = ____PostCollectibleInitFirst.PostCollectibleInitFirst
30167
- local ____PostCursedTeleport = require("src.classes.callbacks.PostCursedTeleport")
30168
- local PostCursedTeleport = ____PostCursedTeleport.PostCursedTeleport
30169
- local ____PostCustomRevive = require("src.classes.callbacks.PostCustomRevive")
30170
- local PostCustomRevive = ____PostCustomRevive.PostCustomRevive
30171
- local ____PostDiceRoomActivated = require("src.classes.callbacks.PostDiceRoomActivated")
30172
- local PostDiceRoomActivated = ____PostDiceRoomActivated.PostDiceRoomActivated
30173
- local ____PostDoorRender = require("src.classes.callbacks.PostDoorRender")
30174
- local PostDoorRender = ____PostDoorRender.PostDoorRender
30175
- local ____PostDoorUpdate = require("src.classes.callbacks.PostDoorUpdate")
30176
- local PostDoorUpdate = ____PostDoorUpdate.PostDoorUpdate
30177
- local ____PostEffectInitLate = require("src.classes.callbacks.PostEffectInitLate")
30178
- local PostEffectInitLate = ____PostEffectInitLate.PostEffectInitLate
30179
- local ____PostEffectStateChanged = require("src.classes.callbacks.PostEffectStateChanged")
30180
- local PostEffectStateChanged = ____PostEffectStateChanged.PostEffectStateChanged
30181
- local ____PostEsauJr = require("src.classes.callbacks.PostEsauJr")
30182
- local PostEsauJr = ____PostEsauJr.PostEsauJr
30183
- local ____PostFamiliarInitLate = require("src.classes.callbacks.PostFamiliarInitLate")
30184
- local PostFamiliarInitLate = ____PostFamiliarInitLate.PostFamiliarInitLate
30185
- local ____PostFamiliarStateChanged = require("src.classes.callbacks.PostFamiliarStateChanged")
30186
- local PostFamiliarStateChanged = ____PostFamiliarStateChanged.PostFamiliarStateChanged
30187
- local ____PostFirstEsauJr = require("src.classes.callbacks.PostFirstEsauJr")
30188
- local PostFirstEsauJr = ____PostFirstEsauJr.PostFirstEsauJr
30189
- local ____PostFirstFlip = require("src.classes.callbacks.PostFirstFlip")
30190
- local PostFirstFlip = ____PostFirstFlip.PostFirstFlip
30191
- local ____PostFlip = require("src.classes.callbacks.PostFlip")
30192
- local PostFlip = ____PostFlip.PostFlip
30193
- local ____PostGameStartedReordered = require("src.classes.callbacks.PostGameStartedReordered")
30194
- local PostGameStartedReordered = ____PostGameStartedReordered.PostGameStartedReordered
30195
- local ____PostGameStartedReorderedLast = require("src.classes.callbacks.PostGameStartedReorderedLast")
30196
- local PostGameStartedReorderedLast = ____PostGameStartedReorderedLast.PostGameStartedReorderedLast
30197
- local ____PostGreedModeWave = require("src.classes.callbacks.PostGreedModeWave")
30198
- local PostGreedModeWave = ____PostGreedModeWave.PostGreedModeWave
30199
- local ____PostGridEntityBroken = require("src.classes.callbacks.PostGridEntityBroken")
30200
- local PostGridEntityBroken = ____PostGridEntityBroken.PostGridEntityBroken
30201
- local ____PostGridEntityCollision = require("src.classes.callbacks.PostGridEntityCollision")
30202
- local PostGridEntityCollision = ____PostGridEntityCollision.PostGridEntityCollision
30203
- local ____PostGridEntityCustomBroken = require("src.classes.callbacks.PostGridEntityCustomBroken")
30204
- local PostGridEntityCustomBroken = ____PostGridEntityCustomBroken.PostGridEntityCustomBroken
30205
- local ____PostGridEntityCustomCollision = require("src.classes.callbacks.PostGridEntityCustomCollision")
30206
- local PostGridEntityCustomCollision = ____PostGridEntityCustomCollision.PostGridEntityCustomCollision
30207
- local ____PostGridEntityCustomInit = require("src.classes.callbacks.PostGridEntityCustomInit")
30208
- local PostGridEntityCustomInit = ____PostGridEntityCustomInit.PostGridEntityCustomInit
30209
- local ____PostGridEntityCustomRemove = require("src.classes.callbacks.PostGridEntityCustomRemove")
30210
- local PostGridEntityCustomRemove = ____PostGridEntityCustomRemove.PostGridEntityCustomRemove
30211
- local ____PostGridEntityCustomRender = require("src.classes.callbacks.PostGridEntityCustomRender")
30212
- local PostGridEntityCustomRender = ____PostGridEntityCustomRender.PostGridEntityCustomRender
30213
- local ____PostGridEntityCustomStateChanged = require("src.classes.callbacks.PostGridEntityCustomStateChanged")
30214
- local PostGridEntityCustomStateChanged = ____PostGridEntityCustomStateChanged.PostGridEntityCustomStateChanged
30215
- local ____PostGridEntityCustomUpdate = require("src.classes.callbacks.PostGridEntityCustomUpdate")
30216
- local PostGridEntityCustomUpdate = ____PostGridEntityCustomUpdate.PostGridEntityCustomUpdate
30217
- local ____PostGridEntityInit = require("src.classes.callbacks.PostGridEntityInit")
30218
- local PostGridEntityInit = ____PostGridEntityInit.PostGridEntityInit
30219
- local ____PostGridEntityRemove = require("src.classes.callbacks.PostGridEntityRemove")
30220
- local PostGridEntityRemove = ____PostGridEntityRemove.PostGridEntityRemove
30221
- local ____PostGridEntityRender = require("src.classes.callbacks.PostGridEntityRender")
30222
- local PostGridEntityRender = ____PostGridEntityRender.PostGridEntityRender
30223
- local ____PostGridEntityStateChanged = require("src.classes.callbacks.PostGridEntityStateChanged")
30224
- local PostGridEntityStateChanged = ____PostGridEntityStateChanged.PostGridEntityStateChanged
30225
- local ____PostGridEntityUpdate = require("src.classes.callbacks.PostGridEntityUpdate")
30226
- local PostGridEntityUpdate = ____PostGridEntityUpdate.PostGridEntityUpdate
30227
- local ____PostHolyMantleRemoved = require("src.classes.callbacks.PostHolyMantleRemoved")
30228
- local PostHolyMantleRemoved = ____PostHolyMantleRemoved.PostHolyMantleRemoved
30229
- local ____PostItemDischarge = require("src.classes.callbacks.PostItemDischarge")
30230
- local PostItemDischarge = ____PostItemDischarge.PostItemDischarge
30231
- local ____PostItemPickup = require("src.classes.callbacks.PostItemPickup")
30232
- local PostItemPickup = ____PostItemPickup.PostItemPickup
30233
- local ____PostKnifeInitLate = require("src.classes.callbacks.PostKnifeInitLate")
30234
- local PostKnifeInitLate = ____PostKnifeInitLate.PostKnifeInitLate
30235
- local ____PostLaserInitLate = require("src.classes.callbacks.PostLaserInitLate")
30236
- local PostLaserInitLate = ____PostLaserInitLate.PostLaserInitLate
30237
- local ____PostNewLevelReordered = require("src.classes.callbacks.PostNewLevelReordered")
30238
- local PostNewLevelReordered = ____PostNewLevelReordered.PostNewLevelReordered
30239
- local ____PostNewRoomEarly = require("src.classes.callbacks.PostNewRoomEarly")
30240
- local PostNewRoomEarly = ____PostNewRoomEarly.PostNewRoomEarly
30241
- local ____PostNewRoomReordered = require("src.classes.callbacks.PostNewRoomReordered")
30242
- local PostNewRoomReordered = ____PostNewRoomReordered.PostNewRoomReordered
30243
- local ____PostNPCDeathFilter = require("src.classes.callbacks.PostNPCDeathFilter")
30244
- local PostNPCDeathFilter = ____PostNPCDeathFilter.PostNPCDeathFilter
30245
- local ____PostNPCInitFilter = require("src.classes.callbacks.PostNPCInitFilter")
30246
- local PostNPCInitFilter = ____PostNPCInitFilter.PostNPCInitFilter
30247
- local ____PostNPCInitLate = require("src.classes.callbacks.PostNPCInitLate")
30248
- local PostNPCInitLate = ____PostNPCInitLate.PostNPCInitLate
30249
- local ____PostNPCRenderFilter = require("src.classes.callbacks.PostNPCRenderFilter")
30250
- local PostNPCRenderFilter = ____PostNPCRenderFilter.PostNPCRenderFilter
30251
- local ____PostNPCStateChanged = require("src.classes.callbacks.PostNPCStateChanged")
30252
- local PostNPCStateChanged = ____PostNPCStateChanged.PostNPCStateChanged
30253
- local ____PostNPCUpdateFilter = require("src.classes.callbacks.PostNPCUpdateFilter")
30254
- local PostNPCUpdateFilter = ____PostNPCUpdateFilter.PostNPCUpdateFilter
30255
- local ____PostPEffectUpdateReordered = require("src.classes.callbacks.PostPEffectUpdateReordered")
30256
- local PostPEffectUpdateReordered = ____PostPEffectUpdateReordered.PostPEffectUpdateReordered
30257
- local ____PostPickupCollect = require("src.classes.callbacks.PostPickupCollect")
30258
- local PostPickupCollect = ____PostPickupCollect.PostPickupCollect
30259
- local ____PostPickupInitFirst = require("src.classes.callbacks.PostPickupInitFirst")
30260
- local PostPickupInitFirst = ____PostPickupInitFirst.PostPickupInitFirst
30261
- local ____PostPickupInitLate = require("src.classes.callbacks.PostPickupInitLate")
30262
- local PostPickupInitLate = ____PostPickupInitLate.PostPickupInitLate
30263
- local ____PostPickupStateChanged = require("src.classes.callbacks.PostPickupStateChanged")
30264
- local PostPickupStateChanged = ____PostPickupStateChanged.PostPickupStateChanged
30265
- local ____PostPitRender = require("src.classes.callbacks.PostPitRender")
30266
- local PostPitRender = ____PostPitRender.PostPitRender
30267
- local ____PostPitUpdate = require("src.classes.callbacks.PostPitUpdate")
30268
- local PostPitUpdate = ____PostPitUpdate.PostPitUpdate
30269
- local ____PostPlayerChangeHealth = require("src.classes.callbacks.PostPlayerChangeHealth")
30270
- local PostPlayerChangeHealth = ____PostPlayerChangeHealth.PostPlayerChangeHealth
30271
- local ____PostPlayerChangeStat = require("src.classes.callbacks.PostPlayerChangeStat")
30272
- local PostPlayerChangeStat = ____PostPlayerChangeStat.PostPlayerChangeStat
30273
- local ____PostPlayerChangeType = require("src.classes.callbacks.PostPlayerChangeType")
30274
- local PostPlayerChangeType = ____PostPlayerChangeType.PostPlayerChangeType
30275
- local ____PostPlayerCollectibleAdded = require("src.classes.callbacks.PostPlayerCollectibleAdded")
30276
- local PostPlayerCollectibleAdded = ____PostPlayerCollectibleAdded.PostPlayerCollectibleAdded
30277
- local ____PostPlayerCollectibleRemoved = require("src.classes.callbacks.PostPlayerCollectibleRemoved")
30278
- local PostPlayerCollectibleRemoved = ____PostPlayerCollectibleRemoved.PostPlayerCollectibleRemoved
30279
- local ____PostPlayerFatalDamage = require("src.classes.callbacks.PostPlayerFatalDamage")
30280
- local PostPlayerFatalDamage = ____PostPlayerFatalDamage.PostPlayerFatalDamage
30281
- local ____PostPlayerInitFirst = require("src.classes.callbacks.PostPlayerInitFirst")
30282
- local PostPlayerInitFirst = ____PostPlayerInitFirst.PostPlayerInitFirst
30283
- local ____PostPlayerInitLate = require("src.classes.callbacks.PostPlayerInitLate")
30284
- local PostPlayerInitLate = ____PostPlayerInitLate.PostPlayerInitLate
30285
- local ____PostPlayerRenderReordered = require("src.classes.callbacks.PostPlayerRenderReordered")
30286
- local PostPlayerRenderReordered = ____PostPlayerRenderReordered.PostPlayerRenderReordered
30287
- local ____PostPlayerUpdateReordered = require("src.classes.callbacks.PostPlayerUpdateReordered")
30288
- local PostPlayerUpdateReordered = ____PostPlayerUpdateReordered.PostPlayerUpdateReordered
30289
- local ____PostPoopRender = require("src.classes.callbacks.PostPoopRender")
30290
- local PostPoopRender = ____PostPoopRender.PostPoopRender
30291
- local ____PostPoopUpdate = require("src.classes.callbacks.PostPoopUpdate")
30292
- local PostPoopUpdate = ____PostPoopUpdate.PostPoopUpdate
30293
- local ____PostPressurePlateRender = require("src.classes.callbacks.PostPressurePlateRender")
30294
- local PostPressurePlateRender = ____PostPressurePlateRender.PostPressurePlateRender
30295
- local ____PostPressurePlateUpdate = require("src.classes.callbacks.PostPressurePlateUpdate")
30296
- local PostPressurePlateUpdate = ____PostPressurePlateUpdate.PostPressurePlateUpdate
30297
- local ____PostProjectileInitLate = require("src.classes.callbacks.PostProjectileInitLate")
30298
- local PostProjectileInitLate = ____PostProjectileInitLate.PostProjectileInitLate
30299
- local ____PostPurchase = require("src.classes.callbacks.PostPurchase")
30300
- local PostPurchase = ____PostPurchase.PostPurchase
30301
- local ____PostRockRender = require("src.classes.callbacks.PostRockRender")
30302
- local PostRockRender = ____PostRockRender.PostRockRender
30303
- local ____PostRockUpdate = require("src.classes.callbacks.PostRockUpdate")
30304
- local PostRockUpdate = ____PostRockUpdate.PostRockUpdate
30305
- local ____PostRoomClearChanged = require("src.classes.callbacks.PostRoomClearChanged")
30306
- local PostRoomClearChanged = ____PostRoomClearChanged.PostRoomClearChanged
30307
- local ____PostSacrifice = require("src.classes.callbacks.PostSacrifice")
30308
- local PostSacrifice = ____PostSacrifice.PostSacrifice
30309
- local ____PostSlotAnimationChanged = require("src.classes.callbacks.PostSlotAnimationChanged")
30310
- local PostSlotAnimationChanged = ____PostSlotAnimationChanged.PostSlotAnimationChanged
30311
- local ____PostSlotCollision = require("src.classes.callbacks.PostSlotCollision")
30312
- local PostSlotCollision = ____PostSlotCollision.PostSlotCollision
30313
- local ____PostSlotDestroyed = require("src.classes.callbacks.PostSlotDestroyed")
30314
- local PostSlotDestroyed = ____PostSlotDestroyed.PostSlotDestroyed
30315
- local ____PostSlotInit = require("src.classes.callbacks.PostSlotInit")
30316
- local PostSlotInit = ____PostSlotInit.PostSlotInit
30317
- local ____PostSlotRender = require("src.classes.callbacks.PostSlotRender")
30318
- local PostSlotRender = ____PostSlotRender.PostSlotRender
30319
- local ____PostSlotUpdate = require("src.classes.callbacks.PostSlotUpdate")
30320
- local PostSlotUpdate = ____PostSlotUpdate.PostSlotUpdate
30321
- local ____PostSpikesRender = require("src.classes.callbacks.PostSpikesRender")
30322
- local PostSpikesRender = ____PostSpikesRender.PostSpikesRender
30323
- local ____PostSpikesUpdate = require("src.classes.callbacks.PostSpikesUpdate")
30324
- local PostSpikesUpdate = ____PostSpikesUpdate.PostSpikesUpdate
30325
- local ____PostTearInitLate = require("src.classes.callbacks.PostTearInitLate")
30326
- local PostTearInitLate = ____PostTearInitLate.PostTearInitLate
30327
- local ____PostTearInitVeryLate = require("src.classes.callbacks.PostTearInitVeryLate")
30328
- local PostTearInitVeryLate = ____PostTearInitVeryLate.PostTearInitVeryLate
30329
- local ____PostTNTRender = require("src.classes.callbacks.PostTNTRender")
30330
- local PostTNTRender = ____PostTNTRender.PostTNTRender
30331
- local ____PostTNTUpdate = require("src.classes.callbacks.PostTNTUpdate")
30332
- local PostTNTUpdate = ____PostTNTUpdate.PostTNTUpdate
30333
- local ____PostTransformation = require("src.classes.callbacks.PostTransformation")
30334
- local PostTransformation = ____PostTransformation.PostTransformation
30335
- local ____PostTrinketBreak = require("src.classes.callbacks.PostTrinketBreak")
30336
- local PostTrinketBreak = ____PostTrinketBreak.PostTrinketBreak
30337
- local ____PreBerserkDeath = require("src.classes.callbacks.PreBerserkDeath")
30338
- local PreBerserkDeath = ____PreBerserkDeath.PreBerserkDeath
30339
- local ____PreCustomRevive = require("src.classes.callbacks.PreCustomRevive")
30340
- local PreCustomRevive = ____PreCustomRevive.PreCustomRevive
30341
- local ____PreGetPedestal = require("src.classes.callbacks.PreGetPedestal")
30342
- local PreGetPedestal = ____PreGetPedestal.PreGetPedestal
30343
- local ____PreItemPickup = require("src.classes.callbacks.PreItemPickup")
30344
- local PreItemPickup = ____PreItemPickup.PreItemPickup
30345
- local ____PreNewLevel = require("src.classes.callbacks.PreNewLevel")
30346
- local PreNewLevel = ____PreNewLevel.PreNewLevel
30347
- local ____PreNPCCollisionFilter = require("src.classes.callbacks.PreNPCCollisionFilter")
30348
- local PreNPCCollisionFilter = ____PreNPCCollisionFilter.PreNPCCollisionFilter
30349
- local ____PreNPCUpdateFilter = require("src.classes.callbacks.PreNPCUpdateFilter")
30350
- local PreNPCUpdateFilter = ____PreNPCUpdateFilter.PreNPCUpdateFilter
30655
+ local cc = require("src.callbackClasses")
30351
30656
  local ____ModCallbackCustom = require("src.enums.ModCallbackCustom")
30352
30657
  local ModCallbackCustom = ____ModCallbackCustom.ModCallbackCustom
30353
30658
  local ____enums = require("src.functions.enums")
@@ -30355,106 +30660,106 @@ local getEnumValues = ____enums.getEnumValues
30355
30660
  local ____utils = require("src.functions.utils")
30356
30661
  local newObjectWithEnumKeys = ____utils.newObjectWithEnumKeys
30357
30662
  local MOD_CALLBACK_CUSTOM_TO_CLASS = newObjectWithEnumKeys(nil, ModCallbackCustom, {
30358
- [ModCallbackCustom.ENTITY_TAKE_DMG_FILTER] = EntityTakeDmgFilter,
30359
- [ModCallbackCustom.POST_AMBUSH_FINISHED] = PostAmbushFinished,
30360
- [ModCallbackCustom.POST_AMBUSH_STARTED] = PostAmbushStarted,
30361
- [ModCallbackCustom.POST_BOMB_EXPLODED] = PostBombExploded,
30362
- [ModCallbackCustom.POST_BOMB_INIT_LATE] = PostBombInitLate,
30363
- [ModCallbackCustom.POST_BONE_SWING] = PostBoneSwing,
30364
- [ModCallbackCustom.POST_COLLECTIBLE_EMPTY] = PostCollectibleEmpty,
30365
- [ModCallbackCustom.POST_COLLECTIBLE_INIT_FIRST] = PostCollectibleInitFirst,
30366
- [ModCallbackCustom.POST_CURSED_TELEPORT] = PostCursedTeleport,
30367
- [ModCallbackCustom.POST_CUSTOM_REVIVE] = PostCustomRevive,
30368
- [ModCallbackCustom.POST_DICE_ROOM_ACTIVATED] = PostDiceRoomActivated,
30369
- [ModCallbackCustom.POST_DOOR_RENDER] = PostDoorRender,
30370
- [ModCallbackCustom.POST_DOOR_UPDATE] = PostDoorUpdate,
30371
- [ModCallbackCustom.POST_EFFECT_INIT_LATE] = PostEffectInitLate,
30372
- [ModCallbackCustom.POST_EFFECT_STATE_CHANGED] = PostEffectStateChanged,
30373
- [ModCallbackCustom.POST_ESAU_JR] = PostEsauJr,
30374
- [ModCallbackCustom.POST_FAMILIAR_INIT_LATE] = PostFamiliarInitLate,
30375
- [ModCallbackCustom.POST_FAMILIAR_STATE_CHANGED] = PostFamiliarStateChanged,
30376
- [ModCallbackCustom.POST_FIRST_FLIP] = PostFirstFlip,
30377
- [ModCallbackCustom.POST_FIRST_ESAU_JR] = PostFirstEsauJr,
30378
- [ModCallbackCustom.POST_FLIP] = PostFlip,
30379
- [ModCallbackCustom.POST_GAME_STARTED_REORDERED] = PostGameStartedReordered,
30380
- [ModCallbackCustom.POST_GAME_STARTED_REORDERED_LAST] = PostGameStartedReorderedLast,
30381
- [ModCallbackCustom.POST_GREED_MODE_WAVE] = PostGreedModeWave,
30382
- [ModCallbackCustom.POST_GRID_ENTITY_BROKEN] = PostGridEntityBroken,
30383
- [ModCallbackCustom.POST_GRID_ENTITY_COLLISION] = PostGridEntityCollision,
30384
- [ModCallbackCustom.POST_GRID_ENTITY_CUSTOM_BROKEN] = PostGridEntityCustomBroken,
30385
- [ModCallbackCustom.POST_GRID_ENTITY_CUSTOM_COLLISION] = PostGridEntityCustomCollision,
30386
- [ModCallbackCustom.POST_GRID_ENTITY_CUSTOM_INIT] = PostGridEntityCustomInit,
30387
- [ModCallbackCustom.POST_GRID_ENTITY_CUSTOM_REMOVE] = PostGridEntityCustomRemove,
30388
- [ModCallbackCustom.POST_GRID_ENTITY_CUSTOM_RENDER] = PostGridEntityCustomRender,
30389
- [ModCallbackCustom.POST_GRID_ENTITY_CUSTOM_STATE_CHANGED] = PostGridEntityCustomStateChanged,
30390
- [ModCallbackCustom.POST_GRID_ENTITY_CUSTOM_UPDATE] = PostGridEntityCustomUpdate,
30391
- [ModCallbackCustom.POST_GRID_ENTITY_INIT] = PostGridEntityInit,
30392
- [ModCallbackCustom.POST_GRID_ENTITY_REMOVE] = PostGridEntityRemove,
30393
- [ModCallbackCustom.POST_GRID_ENTITY_RENDER] = PostGridEntityRender,
30394
- [ModCallbackCustom.POST_GRID_ENTITY_STATE_CHANGED] = PostGridEntityStateChanged,
30395
- [ModCallbackCustom.POST_GRID_ENTITY_UPDATE] = PostGridEntityUpdate,
30396
- [ModCallbackCustom.POST_HOLY_MANTLE_REMOVED] = PostHolyMantleRemoved,
30397
- [ModCallbackCustom.POST_ITEM_DISCHARGE] = PostItemDischarge,
30398
- [ModCallbackCustom.POST_ITEM_PICKUP] = PostItemPickup,
30399
- [ModCallbackCustom.POST_KNIFE_INIT_LATE] = PostKnifeInitLate,
30400
- [ModCallbackCustom.POST_LASER_INIT_LATE] = PostLaserInitLate,
30401
- [ModCallbackCustom.POST_NEW_LEVEL_REORDERED] = PostNewLevelReordered,
30402
- [ModCallbackCustom.POST_NEW_ROOM_EARLY] = PostNewRoomEarly,
30403
- [ModCallbackCustom.POST_NEW_ROOM_REORDERED] = PostNewRoomReordered,
30404
- [ModCallbackCustom.POST_NPC_DEATH_FILTER] = PostNPCDeathFilter,
30405
- [ModCallbackCustom.POST_NPC_INIT_FILTER] = PostNPCInitFilter,
30406
- [ModCallbackCustom.POST_NPC_INIT_LATE] = PostNPCInitLate,
30407
- [ModCallbackCustom.POST_NPC_RENDER_FILTER] = PostNPCRenderFilter,
30408
- [ModCallbackCustom.POST_NPC_STATE_CHANGED] = PostNPCStateChanged,
30409
- [ModCallbackCustom.POST_NPC_UPDATE_FILTER] = PostNPCUpdateFilter,
30410
- [ModCallbackCustom.POST_PEFFECT_UPDATE_REORDERED] = PostPEffectUpdateReordered,
30411
- [ModCallbackCustom.POST_PICKUP_COLLECT] = PostPickupCollect,
30412
- [ModCallbackCustom.POST_PICKUP_INIT_FIRST] = PostPickupInitFirst,
30413
- [ModCallbackCustom.POST_PICKUP_INIT_LATE] = PostPickupInitLate,
30414
- [ModCallbackCustom.POST_PICKUP_STATE_CHANGED] = PostPickupStateChanged,
30415
- [ModCallbackCustom.POST_PIT_RENDER] = PostPitRender,
30416
- [ModCallbackCustom.POST_PIT_UPDATE] = PostPitUpdate,
30417
- [ModCallbackCustom.POST_PLAYER_CHANGE_HEALTH] = PostPlayerChangeHealth,
30418
- [ModCallbackCustom.POST_PLAYER_CHANGE_STAT] = PostPlayerChangeStat,
30419
- [ModCallbackCustom.POST_PLAYER_CHANGE_TYPE] = PostPlayerChangeType,
30420
- [ModCallbackCustom.POST_PLAYER_COLLECTIBLE_ADDED] = PostPlayerCollectibleAdded,
30421
- [ModCallbackCustom.POST_PLAYER_COLLECTIBLE_REMOVED] = PostPlayerCollectibleRemoved,
30422
- [ModCallbackCustom.POST_PLAYER_FATAL_DAMAGE] = PostPlayerFatalDamage,
30423
- [ModCallbackCustom.POST_PLAYER_INIT_FIRST] = PostPlayerInitFirst,
30424
- [ModCallbackCustom.POST_PLAYER_INIT_LATE] = PostPlayerInitLate,
30425
- [ModCallbackCustom.POST_PLAYER_RENDER_REORDERED] = PostPlayerRenderReordered,
30426
- [ModCallbackCustom.POST_PLAYER_UPDATE_REORDERED] = PostPlayerUpdateReordered,
30427
- [ModCallbackCustom.POST_POOP_RENDER] = PostPoopRender,
30428
- [ModCallbackCustom.POST_POOP_UPDATE] = PostPoopUpdate,
30429
- [ModCallbackCustom.POST_PRESSURE_PLATE_RENDER] = PostPressurePlateRender,
30430
- [ModCallbackCustom.POST_PRESSURE_PLATE_UPDATE] = PostPressurePlateUpdate,
30431
- [ModCallbackCustom.POST_PROJECTILE_INIT_LATE] = PostProjectileInitLate,
30432
- [ModCallbackCustom.POST_PURCHASE] = PostPurchase,
30433
- [ModCallbackCustom.POST_ROCK_RENDER] = PostRockRender,
30434
- [ModCallbackCustom.POST_ROCK_UPDATE] = PostRockUpdate,
30435
- [ModCallbackCustom.POST_ROOM_CLEAR_CHANGED] = PostRoomClearChanged,
30436
- [ModCallbackCustom.POST_SACRIFICE] = PostSacrifice,
30437
- [ModCallbackCustom.POST_SLOT_ANIMATION_CHANGED] = PostSlotAnimationChanged,
30438
- [ModCallbackCustom.POST_SLOT_COLLISION] = PostSlotCollision,
30439
- [ModCallbackCustom.POST_SLOT_DESTROYED] = PostSlotDestroyed,
30440
- [ModCallbackCustom.POST_SLOT_INIT] = PostSlotInit,
30441
- [ModCallbackCustom.POST_SLOT_RENDER] = PostSlotRender,
30442
- [ModCallbackCustom.POST_SLOT_UPDATE] = PostSlotUpdate,
30443
- [ModCallbackCustom.POST_SPIKES_RENDER] = PostSpikesRender,
30444
- [ModCallbackCustom.POST_SPIKES_UPDATE] = PostSpikesUpdate,
30445
- [ModCallbackCustom.POST_TEAR_INIT_LATE] = PostTearInitLate,
30446
- [ModCallbackCustom.POST_TEAR_INIT_VERY_LATE] = PostTearInitVeryLate,
30447
- [ModCallbackCustom.POST_TNT_RENDER] = PostTNTRender,
30448
- [ModCallbackCustom.POST_TNT_UPDATE] = PostTNTUpdate,
30449
- [ModCallbackCustom.POST_TRANSFORMATION] = PostTransformation,
30450
- [ModCallbackCustom.POST_TRINKET_BREAK] = PostTrinketBreak,
30451
- [ModCallbackCustom.PRE_BERSERK_DEATH] = PreBerserkDeath,
30452
- [ModCallbackCustom.PRE_CUSTOM_REVIVE] = PreCustomRevive,
30453
- [ModCallbackCustom.PRE_GET_PEDESTAL] = PreGetPedestal,
30454
- [ModCallbackCustom.PRE_ITEM_PICKUP] = PreItemPickup,
30455
- [ModCallbackCustom.PRE_NEW_LEVEL] = PreNewLevel,
30456
- [ModCallbackCustom.PRE_NPC_COLLISION_FILTER] = PreNPCCollisionFilter,
30457
- [ModCallbackCustom.PRE_NPC_UPDATE_FILTER] = PreNPCUpdateFilter
30663
+ [ModCallbackCustom.ENTITY_TAKE_DMG_FILTER] = cc.EntityTakeDmgFilter,
30664
+ [ModCallbackCustom.POST_AMBUSH_FINISHED] = cc.PostAmbushFinished,
30665
+ [ModCallbackCustom.POST_AMBUSH_STARTED] = cc.PostAmbushStarted,
30666
+ [ModCallbackCustom.POST_BOMB_EXPLODED] = cc.PostBombExploded,
30667
+ [ModCallbackCustom.POST_BOMB_INIT_LATE] = cc.PostBombInitLate,
30668
+ [ModCallbackCustom.POST_BONE_SWING] = cc.PostBoneSwing,
30669
+ [ModCallbackCustom.POST_COLLECTIBLE_EMPTY] = cc.PostCollectibleEmpty,
30670
+ [ModCallbackCustom.POST_COLLECTIBLE_INIT_FIRST] = cc.PostCollectibleInitFirst,
30671
+ [ModCallbackCustom.POST_CURSED_TELEPORT] = cc.PostCursedTeleport,
30672
+ [ModCallbackCustom.POST_CUSTOM_REVIVE] = cc.PostCustomRevive,
30673
+ [ModCallbackCustom.POST_DICE_ROOM_ACTIVATED] = cc.PostDiceRoomActivated,
30674
+ [ModCallbackCustom.POST_DOOR_RENDER] = cc.PostDoorRender,
30675
+ [ModCallbackCustom.POST_DOOR_UPDATE] = cc.PostDoorUpdate,
30676
+ [ModCallbackCustom.POST_EFFECT_INIT_LATE] = cc.PostEffectInitLate,
30677
+ [ModCallbackCustom.POST_EFFECT_STATE_CHANGED] = cc.PostEffectStateChanged,
30678
+ [ModCallbackCustom.POST_ESAU_JR] = cc.PostEsauJr,
30679
+ [ModCallbackCustom.POST_FAMILIAR_INIT_LATE] = cc.PostFamiliarInitLate,
30680
+ [ModCallbackCustom.POST_FAMILIAR_STATE_CHANGED] = cc.PostFamiliarStateChanged,
30681
+ [ModCallbackCustom.POST_FIRST_FLIP] = cc.PostFirstFlip,
30682
+ [ModCallbackCustom.POST_FIRST_ESAU_JR] = cc.PostFirstEsauJr,
30683
+ [ModCallbackCustom.POST_FLIP] = cc.PostFlip,
30684
+ [ModCallbackCustom.POST_GAME_STARTED_REORDERED] = cc.PostGameStartedReordered,
30685
+ [ModCallbackCustom.POST_GAME_STARTED_REORDERED_LAST] = cc.PostGameStartedReorderedLast,
30686
+ [ModCallbackCustom.POST_GREED_MODE_WAVE] = cc.PostGreedModeWave,
30687
+ [ModCallbackCustom.POST_GRID_ENTITY_BROKEN] = cc.PostGridEntityBroken,
30688
+ [ModCallbackCustom.POST_GRID_ENTITY_COLLISION] = cc.PostGridEntityCollision,
30689
+ [ModCallbackCustom.POST_GRID_ENTITY_CUSTOM_BROKEN] = cc.PostGridEntityCustomBroken,
30690
+ [ModCallbackCustom.POST_GRID_ENTITY_CUSTOM_COLLISION] = cc.PostGridEntityCustomCollision,
30691
+ [ModCallbackCustom.POST_GRID_ENTITY_CUSTOM_INIT] = cc.PostGridEntityCustomInit,
30692
+ [ModCallbackCustom.POST_GRID_ENTITY_CUSTOM_REMOVE] = cc.PostGridEntityCustomRemove,
30693
+ [ModCallbackCustom.POST_GRID_ENTITY_CUSTOM_RENDER] = cc.PostGridEntityCustomRender,
30694
+ [ModCallbackCustom.POST_GRID_ENTITY_CUSTOM_STATE_CHANGED] = cc.PostGridEntityCustomStateChanged,
30695
+ [ModCallbackCustom.POST_GRID_ENTITY_CUSTOM_UPDATE] = cc.PostGridEntityCustomUpdate,
30696
+ [ModCallbackCustom.POST_GRID_ENTITY_INIT] = cc.PostGridEntityInit,
30697
+ [ModCallbackCustom.POST_GRID_ENTITY_REMOVE] = cc.PostGridEntityRemove,
30698
+ [ModCallbackCustom.POST_GRID_ENTITY_RENDER] = cc.PostGridEntityRender,
30699
+ [ModCallbackCustom.POST_GRID_ENTITY_STATE_CHANGED] = cc.PostGridEntityStateChanged,
30700
+ [ModCallbackCustom.POST_GRID_ENTITY_UPDATE] = cc.PostGridEntityUpdate,
30701
+ [ModCallbackCustom.POST_HOLY_MANTLE_REMOVED] = cc.PostHolyMantleRemoved,
30702
+ [ModCallbackCustom.POST_ITEM_DISCHARGE] = cc.PostItemDischarge,
30703
+ [ModCallbackCustom.POST_ITEM_PICKUP] = cc.PostItemPickup,
30704
+ [ModCallbackCustom.POST_KNIFE_INIT_LATE] = cc.PostKnifeInitLate,
30705
+ [ModCallbackCustom.POST_LASER_INIT_LATE] = cc.PostLaserInitLate,
30706
+ [ModCallbackCustom.POST_NEW_LEVEL_REORDERED] = cc.PostNewLevelReordered,
30707
+ [ModCallbackCustom.POST_NEW_ROOM_EARLY] = cc.PostNewRoomEarly,
30708
+ [ModCallbackCustom.POST_NEW_ROOM_REORDERED] = cc.PostNewRoomReordered,
30709
+ [ModCallbackCustom.POST_NPC_DEATH_FILTER] = cc.PostNPCDeathFilter,
30710
+ [ModCallbackCustom.POST_NPC_INIT_FILTER] = cc.PostNPCInitFilter,
30711
+ [ModCallbackCustom.POST_NPC_INIT_LATE] = cc.PostNPCInitLate,
30712
+ [ModCallbackCustom.POST_NPC_RENDER_FILTER] = cc.PostNPCRenderFilter,
30713
+ [ModCallbackCustom.POST_NPC_STATE_CHANGED] = cc.PostNPCStateChanged,
30714
+ [ModCallbackCustom.POST_NPC_UPDATE_FILTER] = cc.PostNPCUpdateFilter,
30715
+ [ModCallbackCustom.POST_PEFFECT_UPDATE_REORDERED] = cc.PostPEffectUpdateReordered,
30716
+ [ModCallbackCustom.POST_PICKUP_COLLECT] = cc.PostPickupCollect,
30717
+ [ModCallbackCustom.POST_PICKUP_INIT_FIRST] = cc.PostPickupInitFirst,
30718
+ [ModCallbackCustom.POST_PICKUP_INIT_LATE] = cc.PostPickupInitLate,
30719
+ [ModCallbackCustom.POST_PICKUP_STATE_CHANGED] = cc.PostPickupStateChanged,
30720
+ [ModCallbackCustom.POST_PIT_RENDER] = cc.PostPitRender,
30721
+ [ModCallbackCustom.POST_PIT_UPDATE] = cc.PostPitUpdate,
30722
+ [ModCallbackCustom.POST_PLAYER_CHANGE_HEALTH] = cc.PostPlayerChangeHealth,
30723
+ [ModCallbackCustom.POST_PLAYER_CHANGE_STAT] = cc.PostPlayerChangeStat,
30724
+ [ModCallbackCustom.POST_PLAYER_CHANGE_TYPE] = cc.PostPlayerChangeType,
30725
+ [ModCallbackCustom.POST_PLAYER_COLLECTIBLE_ADDED] = cc.PostPlayerCollectibleAdded,
30726
+ [ModCallbackCustom.POST_PLAYER_COLLECTIBLE_REMOVED] = cc.PostPlayerCollectibleRemoved,
30727
+ [ModCallbackCustom.POST_PLAYER_FATAL_DAMAGE] = cc.PostPlayerFatalDamage,
30728
+ [ModCallbackCustom.POST_PLAYER_INIT_FIRST] = cc.PostPlayerInitFirst,
30729
+ [ModCallbackCustom.POST_PLAYER_INIT_LATE] = cc.PostPlayerInitLate,
30730
+ [ModCallbackCustom.POST_PLAYER_RENDER_REORDERED] = cc.PostPlayerRenderReordered,
30731
+ [ModCallbackCustom.POST_PLAYER_UPDATE_REORDERED] = cc.PostPlayerUpdateReordered,
30732
+ [ModCallbackCustom.POST_POOP_RENDER] = cc.PostPoopRender,
30733
+ [ModCallbackCustom.POST_POOP_UPDATE] = cc.PostPoopUpdate,
30734
+ [ModCallbackCustom.POST_PRESSURE_PLATE_RENDER] = cc.PostPressurePlateRender,
30735
+ [ModCallbackCustom.POST_PRESSURE_PLATE_UPDATE] = cc.PostPressurePlateUpdate,
30736
+ [ModCallbackCustom.POST_PROJECTILE_INIT_LATE] = cc.PostProjectileInitLate,
30737
+ [ModCallbackCustom.POST_PURCHASE] = cc.PostPurchase,
30738
+ [ModCallbackCustom.POST_ROCK_RENDER] = cc.PostRockRender,
30739
+ [ModCallbackCustom.POST_ROCK_UPDATE] = cc.PostRockUpdate,
30740
+ [ModCallbackCustom.POST_ROOM_CLEAR_CHANGED] = cc.PostRoomClearChanged,
30741
+ [ModCallbackCustom.POST_SACRIFICE] = cc.PostSacrifice,
30742
+ [ModCallbackCustom.POST_SLOT_ANIMATION_CHANGED] = cc.PostSlotAnimationChanged,
30743
+ [ModCallbackCustom.POST_SLOT_COLLISION] = cc.PostSlotCollision,
30744
+ [ModCallbackCustom.POST_SLOT_DESTROYED] = cc.PostSlotDestroyed,
30745
+ [ModCallbackCustom.POST_SLOT_INIT] = cc.PostSlotInit,
30746
+ [ModCallbackCustom.POST_SLOT_RENDER] = cc.PostSlotRender,
30747
+ [ModCallbackCustom.POST_SLOT_UPDATE] = cc.PostSlotUpdate,
30748
+ [ModCallbackCustom.POST_SPIKES_RENDER] = cc.PostSpikesRender,
30749
+ [ModCallbackCustom.POST_SPIKES_UPDATE] = cc.PostSpikesUpdate,
30750
+ [ModCallbackCustom.POST_TEAR_INIT_LATE] = cc.PostTearInitLate,
30751
+ [ModCallbackCustom.POST_TEAR_INIT_VERY_LATE] = cc.PostTearInitVeryLate,
30752
+ [ModCallbackCustom.POST_TNT_RENDER] = cc.PostTNTRender,
30753
+ [ModCallbackCustom.POST_TNT_UPDATE] = cc.PostTNTUpdate,
30754
+ [ModCallbackCustom.POST_TRANSFORMATION] = cc.PostTransformation,
30755
+ [ModCallbackCustom.POST_TRINKET_BREAK] = cc.PostTrinketBreak,
30756
+ [ModCallbackCustom.PRE_BERSERK_DEATH] = cc.PreBerserkDeath,
30757
+ [ModCallbackCustom.PRE_CUSTOM_REVIVE] = cc.PreCustomRevive,
30758
+ [ModCallbackCustom.PRE_GET_PEDESTAL] = cc.PreGetPedestal,
30759
+ [ModCallbackCustom.PRE_ITEM_PICKUP] = cc.PreItemPickup,
30760
+ [ModCallbackCustom.PRE_NEW_LEVEL] = cc.PreNewLevel,
30761
+ [ModCallbackCustom.PRE_NPC_COLLISION_FILTER] = cc.PreNPCCollisionFilter,
30762
+ [ModCallbackCustom.PRE_NPC_UPDATE_FILTER] = cc.PreNPCUpdateFilter
30458
30763
  })
30459
30764
  function ____exports.getCallbacks(self)
30460
30765
  local instantiatedClasses = {}