Skip to content

Commit

Permalink
Docs: Fix these links to ItemConfigItem.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BenevolusGoat committed Nov 21, 2024
1 parent 67c1830 commit 203eefd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/enums/ModCallbacks.md
Original file line number Diff line number Diff line change
Expand Up @@ -2072,7 +2072,7 @@ Called after the player's `ItemConfigItem` TemporaryEffect is removed.

|ID|Name|Function Args|Optional Args|Return Type|
|:--|:--|:--|:--|:--|
|1268 |MC_POST_PLAYER_TRIGGER_EFFECT_REMOVED {: .copyable } | ([EntityPlayer](../EntityPlayer.md) Player, <br>[ItemConfigItem][../ItemConfig_Item.md]) | - | void |
|1268 |MC_POST_PLAYER_TRIGGER_EFFECT_REMOVED {: .copyable } | ([EntityPlayer](../EntityPlayer.md) Player, <br>[ItemConfigItem](../ItemConfig_Item.md)) | - | void |

### MC_POST_ROOM_TRIGGER_EFFECT_REMOVED {: .copyable }
Called after the room's [TemporaryEffects](https://wofsauge.github.io/IsaacDocs/rep/enums/PillEffect.md) is removed.
Expand All @@ -2081,7 +2081,7 @@ Called after the room's [TemporaryEffects](https://wofsauge.github.io/IsaacDocs/

|ID|Name|Function Args|Optional Args|Return Type|
|:--|:--|:--|:--|:--|
|1269 |MC_POST_ROOM_TRIGGER_EFFECT_REMOVED {: .copyable } | ([ItemConfigItem][../ItemConfig_Item.md]) | - | void |
|1269 |MC_POST_ROOM_TRIGGER_EFFECT_REMOVED {: .copyable } | ([ItemConfigItem](../ItemConfig_Item.md)) | - | void |

### MC_PRE_PLAYER_GRID_COLLISION {: .copyable }
Called before this entity collides with a [GridEntity](../GridEntity.md) or other solid grid tile.
Expand Down

0 comments on commit 203eefd

Please sign in to comment.