# Class "Game"

## Functions

### AddDevilRoomDeal () {: aria-label='Functions' }

[ ](https://docs.moddingofisaac.com/ab_p/beta/docs/game){: .abp .tooltip .badge }

#### void AddDevilRoomDeal ( ) {: .copyable aria-label='Functions' }

### AddEncounteredBoss () {: aria-label='Functions' }

[ ](https://docs.moddingofisaac.com/ab_p/beta/docs/game){: .abp .tooltip .badge }

#### void AddEncounteredBoss ( [EntityType](https://github.com/wofsauge/IsaacDocs/tree/420a6aaa54ea230461fb26e61297c068492684de/beta/enums/EntityType/README.md) Boss, int Variant ) {: .copyable aria-label='Functions' }

### AddPixelation () {: aria-label='Functions' }

[ ](https://docs.moddingofisaac.com/ab_p/beta/docs/game){: .abp .tooltip .badge }

#### void AddPixelation ( int Duration ) {: .copyable aria-label='Functions' }

Triggers the effect of the "retro vision" pill.

### AddStageWithoutDamage () {: aria-label='Functions' }

[ ](https://docs.moddingofisaac.com/ab_p/beta/docs/game){: .abp .tooltip .badge }

#### void AddStageWithoutDamage ( ) {: .copyable aria-label='Functions' }

Increases the ingame counter, that keeps track of the stages you cleared without taking damage. (useful for Devil deal manipulations)

### AddStageWithoutHeartsPicked () {: aria-label='Functions' }

[ ](https://docs.moddingofisaac.com/ab_p/beta/docs/game){: .abp .tooltip .badge }

#### void AddStageWithoutHeartsPicked ( ) {: .copyable aria-label='Functions' }

Increases the ingame counter, that keeps track of stages you cleared without picking up hearts.

### AddTreasureRoomsVisited () {: aria-label='Functions' }

[ ](https://docs.moddingofisaac.com/ab_p/beta/docs/game){: .abp .tooltip .badge }

#### void AddTreasureRoomsVisited ( ) {: .copyable aria-label='Functions' }

### BombDamage () {: aria-label='Functions' }

[ ](https://docs.moddingofisaac.com/ab_p/beta/docs/game){: .abp .tooltip .badge }

#### void BombDamage ( [Vector](https://github.com/wofsauge/IsaacDocs/tree/420a6aaa54ea230461fb26e61297c068492684de/beta/Vector/README.md) Position, float Damage, float Radius, boolean LineCheck, [Entity](https://github.com/wofsauge/IsaacDocs/tree/420a6aaa54ea230461fb26e61297c068492684de/beta/Entity/README.md) Source, int TearFlags, int DamageFlags, boolean DamageSource ) {: .copyable aria-label='Functions' }

### BombExplosionEffects () {: aria-label='Functions' }

[ ](https://docs.moddingofisaac.com/ab_p/beta/docs/game){: .abp .tooltip .badge }

#### void BombExplosionEffects ( [Vector](https://github.com/wofsauge/IsaacDocs/tree/420a6aaa54ea230461fb26e61297c068492684de/beta/Vector/README.md) Position, float Damage, int TearFlags, [Color](https://github.com/wofsauge/IsaacDocs/tree/420a6aaa54ea230461fb26e61297c068492684de/beta/Color/README.md) Color, [Entity](https://github.com/wofsauge/IsaacDocs/tree/420a6aaa54ea230461fb26e61297c068492684de/beta/Entity/README.md) Source, float RadiusMult, boolean LineCheck, boolean DamageSource ) {: .copyable aria-label='Functions' }

The complete bomb explosion package: Do damage, spawn boomgraphics, and apply tearflag-based effects.

### BombTearflagEffects () {: aria-label='Functions' }

[ ](https://docs.moddingofisaac.com/ab_p/beta/docs/game){: .abp .tooltip .badge }

#### void BombTearflagEffects ( [Vector](https://github.com/wofsauge/IsaacDocs/tree/420a6aaa54ea230461fb26e61297c068492684de/beta/Vector/README.md) Position, float Radius, int TearFlags, [Entity](https://github.com/wofsauge/IsaacDocs/tree/420a6aaa54ea230461fb26e61297c068492684de/beta/Entity/README.md) Source ) {: .copyable aria-label='Functions' }

Does bomb-exclusive special effects.

### ButterBeanFart () {: aria-label='Functions' }

[ ](https://docs.moddingofisaac.com/ab_p/beta/docs/game){: .abp .tooltip .badge }

#### void ButterBeanFart ( [Vector](https://github.com/wofsauge/IsaacDocs/tree/420a6aaa54ea230461fb26e61297c068492684de/beta/Vector/README.md) Position, float Radius, [Entity](https://github.com/wofsauge/IsaacDocs/tree/420a6aaa54ea230461fb26e61297c068492684de/beta/Entity/README.md) Source, boolean ShowEffect ) {: .copyable aria-label='Functions' }

### ChangeRoom () {: aria-label='Functions' }

[ ](https://docs.moddingofisaac.com/ab_p/beta/docs/game){: .abp .tooltip .badge }

#### void ChangeRoom ( int RoomIndex ) {: .copyable aria-label='Functions' }

### CharmFart () {: aria-label='Functions' }

[ ](https://docs.moddingofisaac.com/ab_p/beta/docs/game){: .abp .tooltip .badge }

#### void CharmFart ( [Vector](https://github.com/wofsauge/IsaacDocs/tree/420a6aaa54ea230461fb26e61297c068492684de/beta/Vector/README.md) Position, float Radius, [Entity](https://github.com/wofsauge/IsaacDocs/tree/420a6aaa54ea230461fb26e61297c068492684de/beta/Entity/README.md) Source ) {: .copyable aria-label='Functions' }

### ClearDonationModAngel () {: aria-label='Functions' }

[ ](https://docs.moddingofisaac.com/ab_p/beta/docs/game){: .abp .tooltip .badge }

#### void ClearDonationModAngel ( ) {: .copyable aria-label='Functions' }

### ClearDonationModGreed () {: aria-label='Functions' }

[ ](https://docs.moddingofisaac.com/ab_p/beta/docs/game){: .abp .tooltip .badge }

#### void ClearDonationModGreed ( ) {: .copyable aria-label='Functions' }

### ClearStagesWithoutDamage () {: aria-label='Functions' }

[ ](https://docs.moddingofisaac.com/ab_p/beta/docs/game){: .abp .tooltip .badge }

#### void ClearStagesWithoutDamage ( ) {: .copyable aria-label='Functions' }

Sets the counter for stages cleared without damage to 0.

### ClearStagesWithoutHeartsPicked () {: aria-label='Functions' }

[ ](https://docs.moddingofisaac.com/ab_p/beta/docs/game){: .abp .tooltip .badge }

#### void ClearStagesWithoutHeartsPicked ( ) {: .copyable aria-label='Functions' }

Sets the counter for stages cleared without picking up hearts to 0.

### Darken () {: aria-label='Functions' }

[ ](https://docs.moddingofisaac.com/ab_p/beta/docs/game){: .abp .tooltip .badge }

#### void Darken ( float Darkness, int Timeout ) {: .copyable aria-label='Functions' }

### DonateAngel () {: aria-label='Functions' }

[ ](https://docs.moddingofisaac.com/ab_p/beta/docs/game){: .abp .tooltip .badge }

#### void DonateAngel ( int Donate ) {: .copyable aria-label='Functions' }

### DonateGreed () {: aria-label='Functions' }

[ ](https://docs.moddingofisaac.com/ab_p/beta/docs/game){: .abp .tooltip .badge }

#### void DonateGreed ( int Donate ) {: .copyable aria-label='Functions' }

### End () {: aria-label='Functions' }

[ ](https://docs.moddingofisaac.com/ab_p/beta/docs/game){: .abp .tooltip .badge }

#### void End ( Ending Ending ) {: .copyable aria-label='Functions' }

remove entity from the update list (render only) void EnableEntity(Entity *e); add entity back to the update list (update + render) void DisableEntity(Entity* e);

### Fadein () {: aria-label='Functions' }

[ ](https://docs.moddingofisaac.com/ab_p/beta/docs/game){: .abp .tooltip .badge }

#### void Fadein ( float Speed ) {: .copyable aria-label='Functions' }

### Fadeout () {: aria-label='Functions' }

[ ](https://docs.moddingofisaac.com/ab_p/beta/docs/game){: .abp .tooltip .badge }

#### void Fadeout ( float Speed, FadeoutTarget Target ) {: .copyable aria-label='Functions' }

### Fart () {: aria-label='Functions' }

[ ](https://docs.moddingofisaac.com/ab_p/beta/docs/game){: .abp .tooltip .badge }

#### void Fart ( [Vector](https://github.com/wofsauge/IsaacDocs/tree/420a6aaa54ea230461fb26e61297c068492684de/beta/Vector/README.md) Position, float Radius, [Entity](https://github.com/wofsauge/IsaacDocs/tree/420a6aaa54ea230461fb26e61297c068492684de/beta/Entity/README.md) Source, float FartScale, int FartSubType ) {: .copyable aria-label='Functions' }

### FinishChallenge () {: aria-label='Functions' }

[ ](https://docs.moddingofisaac.com/ab_p/beta/docs/game){: .abp .tooltip .badge }

#### void FinishChallenge ( ) {: .copyable aria-label='Functions' }

### GetAmbush () {: aria-label='Functions' }

[ ](https://docs.moddingofisaac.com/ab_p/beta/docs/game){: .abp .tooltip .badge }

#### Ambush GetAmbush ( ) {: .copyable aria-label='Functions' }

### GetDarknessModifier () {: aria-label='Functions' }

[ ](https://docs.moddingofisaac.com/ab_p/beta/docs/game){: .abp .tooltip .badge }

#### float GetDarknessModifier ( ) {: .copyable aria-label='Functions' }

### GetDevilRoomDeals () {: aria-label='Functions' }

[ ](https://docs.moddingofisaac.com/ab_p/beta/docs/game){: .abp .tooltip .badge }

#### int GetDevilRoomDeals ( ) {: .copyable aria-label='Functions' }

### GetDonationModAngel () {: aria-label='Functions' }

[ ](https://docs.moddingofisaac.com/ab_p/beta/docs/game){: .abp .tooltip .badge }

#### int GetDonationModAngel ( ) {: .copyable aria-label='Functions' }

Get the value that indicates the angel-counter of a shop-donation maschine. This Stat increases everytime you donate to a shop. A higher number grants a few advantages.

### GetDonationModGreed () {: aria-label='Functions' }

[ ](https://docs.moddingofisaac.com/ab_p/beta/docs/game){: .abp .tooltip .badge }

#### int GetDonationModGreed ( ) {: .copyable aria-label='Functions' }

### GetFont () {: aria-label='Functions' }

[ ](https://docs.moddingofisaac.com/ab_p/beta/docs/game){: .abp .tooltip .badge }

#### [Font](https://github.com/wofsauge/IsaacDocs/tree/420a6aaa54ea230461fb26e61297c068492684de/beta/Font/README.md) GetFont ( ) {: .copyable aria-label='Functions' }

### GetFrameCount () {: aria-label='Functions' }

[ ](https://docs.moddingofisaac.com/ab_p/beta/docs/game){: .abp .tooltip .badge }

#### int GetFrameCount ( ) {: .copyable aria-label='Functions' }

Returns the number of frames the gameplay is actively running. Pauses are therefore not included! 1 second equals 30 frames. This function therefore works drastically different than `:::lua Isaac.GetFrameCount()`

???- example "Example Code" This code returns hours, minutes, seconds, and milliseconds of the game running actively:

```lua
    local curTime = Game():GetFrameCount()
    local msecs= curTime%30 * (10/3) -- turns the millisecond value range from [0 to 30] to [0 to 100]
    local secs= math.floor(curTime/30)%60
    local mins= math.floor(curTime/30/60)%60
    local hours= math.floor(curTime/30/60/60)%60
```

### GetGreedBossWaveNum () {: aria-label='Functions' }

[ ](https://docs.moddingofisaac.com/ab_p/beta/docs/game){: .abp .tooltip .badge }

#### int GetGreedBossWaveNum ( ) {: .copyable aria-label='Functions' }

### GetGreedWavesNum () {: aria-label='Functions' }

[ ](https://docs.moddingofisaac.com/ab_p/beta/docs/game){: .abp .tooltip .badge }

#### int GetGreedWavesNum ( ) {: .copyable aria-label='Functions' }

### GetItemHistory () {: aria-label='Functions' }

[ ](https://docs.moddingofisaac.com/ab_p/beta/docs/game){: .abp .tooltip .badge }

#### History GetItemHistory ( ) {: .copyable aria-label='Functions' }

### GetItemOverlay () {: aria-label='Functions' }

[ ](https://docs.moddingofisaac.com/ab_p/beta/docs/game){: .abp .tooltip .badge }

#### ItemOverlay GetItemOverlay ( ) {: .copyable aria-label='Functions' }

### GetItemPool () {: aria-label='Functions' }

[ ](https://docs.moddingofisaac.com/ab_p/beta/docs/game){: .abp .tooltip .badge }

#### [ItemPool](https://github.com/wofsauge/IsaacDocs/tree/420a6aaa54ea230461fb26e61297c068492684de/beta/ItemPool/README.md) GetItemPool ( ) {: .copyable aria-label='Functions' }

### [LevelStage](https://github.com/wofsauge/IsaacDocs/tree/420a6aaa54ea230461fb26e61297c068492684de/beta/enums/LevelStage/README.md) () {: aria-label='Functions' }

[ ](https://docs.moddingofisaac.com/ab_p/beta/docs/game){: .abp .tooltip .badge }

#### void [LevelStage](https://github.com/wofsauge/IsaacDocs/tree/420a6aaa54ea230461fb26e61297c068492684de/beta/enums/LevelStage/README.md) ( UserData) GetLastDevilRoomStage ( ) {: .copyable aria-label='Functions' }

???- note "Notes" Since it returns UserData, this function is unusable and therefore broken.

### GetLastLevelWithDamage () {: aria-label='Functions' }

[ ](https://docs.moddingofisaac.com/ab_p/beta/docs/game){: .abp .tooltip .badge }

#### [LevelStage](https://github.com/wofsauge/IsaacDocs/tree/420a6aaa54ea230461fb26e61297c068492684de/beta/enums/LevelStage/README.md) GetLastLevelWithDamage ( ) {: .copyable aria-label='Functions' }

### GetLastLevelWithoutHalfHp () {: aria-label='Functions' }

[ ](https://docs.moddingofisaac.com/ab_p/beta/docs/game){: .abp .tooltip .badge }

#### [LevelStage](https://github.com/wofsauge/IsaacDocs/tree/420a6aaa54ea230461fb26e61297c068492684de/beta/enums/LevelStage/README.md) GetLastLevelWithoutHalfHp ( ) {: .copyable aria-label='Functions' }

### GetLevel () {: aria-label='Functions' }

[ ](https://docs.moddingofisaac.com/ab_p/beta/docs/game){: .abp .tooltip .badge }

#### [Level](https://github.com/wofsauge/IsaacDocs/tree/420a6aaa54ea230461fb26e61297c068492684de/beta/Level/README.md) GetLevel ( ) {: .copyable aria-label='Functions' }

### GetNearestPlayer () {: aria-label='Functions' }

[ ](https://docs.moddingofisaac.com/ab_p/beta/docs/game){: .abp .tooltip .badge }

#### [EntityPlayer](https://github.com/wofsauge/IsaacDocs/tree/420a6aaa54ea230461fb26e61297c068492684de/beta/EntityPlayer/README.md) GetNearestPlayer ( [Vector](https://github.com/wofsauge/IsaacDocs/tree/420a6aaa54ea230461fb26e61297c068492684de/beta/Vector/README.md) Pos ) {: .copyable aria-label='Functions' }

### GetNumEncounteredBosses () {: aria-label='Functions' }

[ ](https://docs.moddingofisaac.com/ab_p/beta/docs/game){: .abp .tooltip .badge }

#### int GetNumEncounteredBosses ( ) {: .copyable aria-label='Functions' }

### GetNumPlayers () {: aria-label='Functions' }

[ ](https://docs.moddingofisaac.com/ab_p/beta/docs/game){: .abp .tooltip .badge }

#### int GetNumPlayers ( ) {: .copyable aria-label='Functions' }

### GetPlayer () {: aria-label='Functions' }

[ ](https://docs.moddingofisaac.com/ab_p/beta/docs/game){: .abp .tooltip .badge }

#### [EntityPlayer](https://github.com/wofsauge/IsaacDocs/tree/420a6aaa54ea230461fb26e61297c068492684de/beta/EntityPlayer/README.md) GetPlayer ( int Index ) {: .copyable aria-label='Functions' }

### GetRandomPlayer () {: aria-label='Functions' }

[ ](https://docs.moddingofisaac.com/ab_p/beta/docs/game){: .abp .tooltip .badge }

#### [EntityPlayer](https://github.com/wofsauge/IsaacDocs/tree/420a6aaa54ea230461fb26e61297c068492684de/beta/EntityPlayer/README.md) GetRandomPlayer ( [Vector](https://github.com/wofsauge/IsaacDocs/tree/420a6aaa54ea230461fb26e61297c068492684de/beta/Vector/README.md) Pos, float Radius ) {: .copyable aria-label='Functions' }

### GetRoom () {: aria-label='Functions' }

[ ](https://docs.moddingofisaac.com/ab_p/beta/docs/game){: .abp .tooltip .badge }

#### [Room](https://github.com/wofsauge/IsaacDocs/tree/420a6aaa54ea230461fb26e61297c068492684de/beta/RoomConfig_Room/README.md) GetRoom ( ) {: .copyable aria-label='Functions' }

### GetScreenShakeCountdown () {: aria-label='Functions' }

[ ](https://docs.moddingofisaac.com/ab_p/beta/docs/game){: .abp .tooltip .badge }

#### int GetScreenShakeCountdown ( ) {: .copyable aria-label='Functions' }

### GetSeeds () {: aria-label='Functions' }

[ ](https://docs.moddingofisaac.com/ab_p/beta/docs/game){: .abp .tooltip .badge }

#### [Seeds](https://github.com/wofsauge/IsaacDocs/tree/420a6aaa54ea230461fb26e61297c068492684de/beta/Seeds/README.md) GetSeeds ( ) {: .copyable aria-label='Functions' }

### GetStagesWithoutDamage () {: aria-label='Functions' }

[ ](https://docs.moddingofisaac.com/ab_p/beta/docs/game){: .abp .tooltip .badge }

#### int GetStagesWithoutDamage ( ) {: .copyable aria-label='Functions' }

### GetStagesWithoutHeartsPicked () {: aria-label='Functions' }

[ ](https://docs.moddingofisaac.com/ab_p/beta/docs/game){: .abp .tooltip .badge }

#### int GetStagesWithoutHeartsPicked ( ) {: .copyable aria-label='Functions' }

### GetStateFlag () {: aria-label='Functions' }

[ ](https://docs.moddingofisaac.com/ab_p/beta/docs/game){: .abp .tooltip .badge }

#### boolean GetStateFlag ( StateFlag StateFlag ) {: .copyable aria-label='Functions' }

### GetTargetDarkness () {: aria-label='Functions' }

[ ](https://docs.moddingofisaac.com/ab_p/beta/docs/game){: .abp .tooltip .badge }

#### float GetTargetDarkness ( ) {: .copyable aria-label='Functions' }

### GetTreasureRoomVisitCount () {: aria-label='Functions' }

[ ](https://docs.moddingofisaac.com/ab_p/beta/docs/game){: .abp .tooltip .badge }

#### int GetTreasureRoomVisitCount ( ) {: .copyable aria-label='Functions' }

### GetVictoryLap () {: aria-label='Functions' }

[ ](https://docs.moddingofisaac.com/ab_p/beta/docs/game){: .abp .tooltip .badge }

#### int GetVictoryLap ( ) {: .copyable aria-label='Functions' }

### HasEncounteredBoss () {: aria-label='Functions' }

[ ](https://docs.moddingofisaac.com/ab_p/beta/docs/game){: .abp .tooltip .badge }

#### boolean HasEncounteredBoss ( [EntityType](https://github.com/wofsauge/IsaacDocs/tree/420a6aaa54ea230461fb26e61297c068492684de/beta/enums/EntityType/README.md) Boss, int Variant ) {: .copyable aria-label='Functions' }

### HasHallucination () {: aria-label='Functions' }

[ ](https://docs.moddingofisaac.com/ab_p/beta/docs/game){: .abp .tooltip .badge }

#### int HasHallucination ( ) {: .copyable aria-label='Functions' }

### IsGreedMode () {: aria-label='Functions' }

[ ](https://docs.moddingofisaac.com/ab_p/beta/docs/game){: .abp .tooltip .badge }

#### boolean IsGreedMode ( ) {: .copyable aria-label='Functions' }

### IsPaused () {: aria-label='Functions' }

[ ](https://docs.moddingofisaac.com/ab_p/beta/docs/game){: .abp .tooltip .badge }

#### boolean IsPaused ( ) {: .copyable aria-label='Functions' }

Returns true, if the game is in a state, where the player is unable to input any thing or the game logic is paused. This includes hiving the pause menu opened, being in room transitions/cutscenes or while displaying a "big book" animation.

### MoveToRandomRoom () {: aria-label='Functions' }

[ ](https://docs.moddingofisaac.com/ab_p/beta/docs/game){: .abp .tooltip .badge }

#### void MoveToRandomRoom ( boolean IAmErrorRoom, int Seed ) {: .copyable aria-label='Functions' }

### NextVictoryLap () {: aria-label='Functions' }

[ ](https://docs.moddingofisaac.com/ab_p/beta/docs/game){: .abp .tooltip .badge }

#### void NextVictoryLap ( ) {: .copyable aria-label='Functions' }

### Render () {: aria-label='Functions' }

[ ](https://docs.moddingofisaac.com/ab_p/beta/docs/game){: .abp .tooltip .badge }

#### void Render ( ) {: .copyable aria-label='Functions' }

### RerollEnemy () {: aria-label='Functions' }

[ ](https://docs.moddingofisaac.com/ab_p/beta/docs/game){: .abp .tooltip .badge }

#### boolean RerollEnemy ( [Entity](https://github.com/wofsauge/IsaacDocs/tree/420a6aaa54ea230461fb26e61297c068492684de/beta/Entity/README.md) e ) {: .copyable aria-label='Functions' }

### RerollLevelCollectibles () {: aria-label='Functions' }

[ ](https://docs.moddingofisaac.com/ab_p/beta/docs/game){: .abp .tooltip .badge }

#### void RerollLevelCollectibles ( ) {: .copyable aria-label='Functions' }

### RerollLevelPickups () {: aria-label='Functions' }

[ ](https://docs.moddingofisaac.com/ab_p/beta/docs/game){: .abp .tooltip .badge }

#### void RerollLevelPickups ( int Seed ) {: .copyable aria-label='Functions' }

### SetLastDevilRoomStage () {: aria-label='Functions' }

[ ](https://docs.moddingofisaac.com/ab_p/beta/docs/game){: .abp .tooltip .badge }

#### void SetLastDevilRoomStage ( [LevelStage](https://github.com/wofsauge/IsaacDocs/tree/420a6aaa54ea230461fb26e61297c068492684de/beta/enums/LevelStage/README.md) Stage ) {: .copyable aria-label='Functions' }

### SetLastLevelWithDamage () {: aria-label='Functions' }

[ ](https://docs.moddingofisaac.com/ab_p/beta/docs/game){: .abp .tooltip .badge }

#### void SetLastLevelWithDamage ( [LevelStage](https://github.com/wofsauge/IsaacDocs/tree/420a6aaa54ea230461fb26e61297c068492684de/beta/enums/LevelStage/README.md) Stage ) {: .copyable aria-label='Functions' }

### SetLastLevelWithoutHalfHp () {: aria-label='Functions' }

[ ](https://docs.moddingofisaac.com/ab_p/beta/docs/game){: .abp .tooltip .badge }

#### void SetLastLevelWithoutHalfHp ( [LevelStage](https://github.com/wofsauge/IsaacDocs/tree/420a6aaa54ea230461fb26e61297c068492684de/beta/enums/LevelStage/README.md) Stage ) {: .copyable aria-label='Functions' }

### SetStateFlag () {: aria-label='Functions' }

[ ](https://docs.moddingofisaac.com/ab_p/beta/docs/game){: .abp .tooltip .badge }

#### void SetStateFlag ( StateFlag StateFlag, boolean Val ) {: .copyable aria-label='Functions' }

### ShakeScreen () {: aria-label='Functions' }

[ ](https://docs.moddingofisaac.com/ab_p/beta/docs/game){: .abp .tooltip .badge }

#### void ShakeScreen ( int Timeout ) {: .copyable aria-label='Functions' }

### ShowFortune () {: aria-label='Functions' }

[ ](https://docs.moddingofisaac.com/ab_p/beta/docs/game){: .abp .tooltip .badge }

#### void ShowFortune ( ) {: .copyable aria-label='Functions' }

### ShowHallucination () {: aria-label='Functions' }

[ ](https://docs.moddingofisaac.com/ab_p/beta/docs/game){: .abp .tooltip .badge }

#### void ShowHallucination ( int FrameCount, Backdrop::Backdrop HallucinationBackdrop ) {: .copyable aria-label='Functions' }

Plays the Delirium animation (Static noise intersected with past gameplay fotage), which will also change the background of the current room.

???- example "Example Code" This code emulated the effect of this function by hijacking the Delirious item effect

```lua
    local usagetime = -1 -- stores the last time the effect was called.

    -- call this function to play the Hallucination effect
    function playHallucination()
    local player = Isaac.GetPlayer(0)
    usagetime = Game().TimeCounter
    player:UseActiveItem(510, false, false, false, false) -- use the delirious item without applying the costume
    player:GetEffects():RemoveCollectibleEffect(510) -- remove any unwanted side effects of the item usage
    end

    -- Removes all spawned NPC entities when activating the function
    function mod:onFriendlyInit(npc) 
        if Game().TimeCounter-usagetime == 0 then -- only remove enemies that spawned when the effect was called!
            npc:Remove()
        end
    end
    mod:AddCallback(ModCallbacks.MC_POST_NPC_INIT, mod.onFriendlyInit)
```

???+ bug "Bugs" This function does not work and will crash your game on use!

### ShowRule () {: aria-label='Functions' }

[ ](https://docs.moddingofisaac.com/ab_p/beta/docs/game){: .abp .tooltip .badge }

#### void ShowRule ( ) {: .copyable aria-label='Functions' }

### Spawn () {: aria-label='Functions' }

[ ](https://docs.moddingofisaac.com/ab_p/beta/docs/game){: .abp .tooltip .badge }

#### [Entity](https://github.com/wofsauge/IsaacDocs/tree/420a6aaa54ea230461fb26e61297c068492684de/beta/Entity/README.md) Spawn ( [EntityType](https://github.com/wofsauge/IsaacDocs/tree/420a6aaa54ea230461fb26e61297c068492684de/beta/enums/EntityType/README.md) Type, int Variant, [Vector](https://github.com/wofsauge/IsaacDocs/tree/420a6aaa54ea230461fb26e61297c068492684de/beta/Vector/README.md) Position, [Vector](https://github.com/wofsauge/IsaacDocs/tree/420a6aaa54ea230461fb26e61297c068492684de/beta/Vector/README.md) Velocity, [Entity](https://github.com/wofsauge/IsaacDocs/tree/420a6aaa54ea230461fb26e61297c068492684de/beta/Entity/README.md) Spawner, int SubType, int Seed ) {: .copyable aria-label='Functions' }

The game has two spawn functions, [Game():Spawn()](#spawn) (this one) and [Isaac.Spawn()](https://github.com/wofsauge/IsaacDocs/tree/420a6aaa54ea230461fb26e61297c068492684de/beta/Isaac/README.md#spawn). If you need to spawn something with a specific seed, then you use [Game():Spawn()](#spawn). If you need to spawn something with a randomly generated seed, then use [Isaac.Spawn()](https://github.com/wofsauge/IsaacDocs/tree/420a6aaa54ea230461fb26e61297c068492684de/beta/Isaac/README.md#spawn). Most of the time, you will probably want to use [Isaac.Spawn()](https://github.com/wofsauge/IsaacDocs/tree/420a6aaa54ea230461fb26e61297c068492684de/beta/Isaac/README.md#spawn).

???- example "Example Code" This code spawns a Leech with specific seed.

```lua
    Game():Spawn(
      EntityType.ENTITY_LEECH, -- Type
      0, -- Variant
      Game():GetRoom():GetCenterPos(), -- Position
      Vector(0, 0), -- Velocity
      nil, -- Parent
      0, -- SubType
      Game():GetRoom():GetSpawnSeed() -- Seed (the "GetSpawnSeed()" function gets a reproducible seed based on the room, e.g. "2496979501")
    )
```

### SpawnEntityDesc () {: aria-label='Functions' }

[ ](https://docs.moddingofisaac.com/ab_p/beta/docs/game){: .abp .tooltip .badge }

#### [EntityNPC](https://github.com/wofsauge/IsaacDocs/tree/420a6aaa54ea230461fb26e61297c068492684de/beta/EntityNPC/README.md) SpawnEntityDesc ( Entity::EntityDesc desc, [Vector](https://github.com/wofsauge/IsaacDocs/tree/420a6aaa54ea230461fb26e61297c068492684de/beta/Vector/README.md) Position, [Entity](https://github.com/wofsauge/IsaacDocs/tree/420a6aaa54ea230461fb26e61297c068492684de/beta/Entity/README.md) Spawner ) {: .copyable aria-label='Functions' }

### SpawnParticles () {: aria-label='Functions' }

[ ](https://docs.moddingofisaac.com/ab_p/beta/docs/game){: .abp .tooltip .badge }

#### void SpawnParticles ( [Vector](https://github.com/wofsauge/IsaacDocs/tree/420a6aaa54ea230461fb26e61297c068492684de/beta/Vector/README.md) Pos, EntityEffect::Variant ParticleType, int NumParticles, float Speed, [Color](https://github.com/wofsauge/IsaacDocs/tree/420a6aaa54ea230461fb26e61297c068492684de/beta/Color/README.md) Color, float Height ) {: .copyable aria-label='Functions' }

### StartRoomTransition () {: aria-label='Functions' }

[ ](https://docs.moddingofisaac.com/ab_p/beta/docs/game){: .abp .tooltip .badge }

#### void StartRoomTransition ( int RoomIndex, [Direction](https://github.com/wofsauge/IsaacDocs/tree/420a6aaa54ea230461fb26e61297c068492684de/beta/enums/Direction/README.md) Direction, RoomTransition::Animation Animation ) {: .copyable aria-label='Functions' }

???- note "Notes" Available Animation types (Discovered by "ilise rose" (@yatboim)):

```
0: (Default) Standard transition, sweeps the room in from a direction
1: (Fade) Fade to black transition, like its used for the "goto" - console command
2: (Stage) Pixel out transition, like used for crawlspaces and the trapdoor at the end of floors
3: (Teleport) teleport transition, isaac teleports out of the current room and into the next
5: (Ankh) Same as standard transition
6: (Dead Cat) Same as standard transition
7: (1Up) Same as standard transition
8: (Guppys Collar) Same as standard transition
9: (Judas Shadow) Same as standard transition
10: (Lazarus Rags) Same as standard transition
12: (Glowing Hourglass) Same as standard transition
13: (D7) Same as standard transition
14: (Missing Poster) Same as standard transition
```

???+ bug "Bugs" The Direction variable is completely ignored at all times, with the game instead calculating the direction between the two rooms itself for the animation. The two rooms are the current room and the room of the RoomIndex. It has no impact on the doors either.

### StartStageTransition () {: aria-label='Functions' }

[ ](https://docs.moddingofisaac.com/ab_p/beta/docs/game){: .abp .tooltip .badge }

#### void StartStageTransition ( boolean SameStage, StageTransition::Animation Animation ) {: .copyable aria-label='Functions' }

Starts a transition animation like it\`s playing when entering a trapdoor to switch between stages. **Stage Transition types:**

* 0: Standard transition. Removes the playermodel before the pixel fadeout. Then plays the Stage Nightmare animation. The player starts in fetal position after the transition.
* 1: Standard transition with pixel fadein/out, nightmare cutscene but the player model doesnt get removed and starts in the normal standing position after the transition.
* \>2: Same as 0

### Update () {: aria-label='Functions' }

[ ](https://docs.moddingofisaac.com/ab_p/beta/docs/game){: .abp .tooltip .badge }

#### void Update ( ) {: .copyable aria-label='Functions' }

### UpdateStrangeAttractor () {: aria-label='Functions' }

[ ](https://docs.moddingofisaac.com/ab_p/beta/docs/game){: .abp .tooltip .badge }

#### void UpdateStrangeAttractor ( [Vector](https://github.com/wofsauge/IsaacDocs/tree/420a6aaa54ea230461fb26e61297c068492684de/beta/Vector/README.md) Position ) {: .copyable aria-label='Functions' }

## Variables

### BlueWombParTime {: aria-label='Variables' }

[ ](https://docs.moddingofisaac.com/ab_p/beta/docs/game){: .abp .tooltip .badge }

#### int BlueWombParTime  {: .copyable aria-label='Variables' }

### BossRushParTime {: aria-label='Variables' }

[ ](https://docs.moddingofisaac.com/ab_p/beta/docs/game){: .abp .tooltip .badge }

#### int BossRushParTime  {: .copyable aria-label='Variables' }

Number of frames of game time.

### [Challenge](https://github.com/wofsauge/IsaacDocs/tree/420a6aaa54ea230461fb26e61297c068492684de/beta/enums/Challenge/README.md) {: aria-label='Variables' }

[ ](https://docs.moddingofisaac.com/ab_p/beta/docs/game){: .abp .tooltip .badge }

#### [Challenge](https://github.com/wofsauge/IsaacDocs/tree/420a6aaa54ea230461fb26e61297c068492684de/beta/enums/Challenge/README.md) [Challenge](https://github.com/wofsauge/IsaacDocs/tree/420a6aaa54ea230461fb26e61297c068492684de/beta/enums/Challenge/README.md)  {: .copyable aria-label='Variables' }

### [Difficulty](https://github.com/wofsauge/IsaacDocs/tree/420a6aaa54ea230461fb26e61297c068492684de/beta/enums/Difficulty/README.md) {: aria-label='Variables' }

[ ](https://docs.moddingofisaac.com/ab_p/beta/docs/game){: .abp .tooltip .badge }

#### [Difficulty](https://github.com/wofsauge/IsaacDocs/tree/420a6aaa54ea230461fb26e61297c068492684de/beta/enums/Difficulty/README.md) [Difficulty](https://github.com/wofsauge/IsaacDocs/tree/420a6aaa54ea230461fb26e61297c068492684de/beta/enums/Difficulty/README.md)  {: .copyable aria-label='Variables' }

### ScreenShakeOffset {: aria-label='Variables' }

[ ](https://docs.moddingofisaac.com/ab_p/beta/docs/game){: .abp .tooltip .badge }

#### [Vector](https://github.com/wofsauge/IsaacDocs/tree/420a6aaa54ea230461fb26e61297c068492684de/beta/Vector/README.md) ScreenShakeOffset  {: .copyable aria-label='Variables' }

### TimeCounter {: aria-label='Variables' }

[ ](https://docs.moddingofisaac.com/ab_p/beta/docs/game){: .abp .tooltip .badge }

#### int TimeCounter  {: .copyable aria-label='Variables' }

same as FrameCounter but can be modified, mostly used for timed events (bossrush, daily, ...) and not for timestepping
