Skip to content

Commit

Permalink
force pill effect callback
Browse files Browse the repository at this point in the history
  • Loading branch information
im-tem authored and Sylmir committed Aug 2, 2024
1 parent a9c7665 commit 33aef81
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/docs/enums/ModCallbacks.md
Original file line number Diff line number Diff line change
Expand Up @@ -1551,6 +1551,14 @@ Accepts no return parameters.
|:--|:--|:--|:--|:--|
|1127 |MC_PLAYER_INIT_PRE_LEVEL_INIT_STATS {: .copyable } | ([EntityPlayer](../EntityPlayer.md) Player) | [PlayerType](https://wofsauge.github.io/IsaacDocs/rep/enums/PlayerType.html) | void |

### MC_POST_FORCE_ADD_PILL_EFFECT {: .copyable }

Accepts no return parameters.

|ID|Name|Function Args|Optional Args|Return Type|
|:--|:--|:--|:--|:--|
|1129 |MC_POST_FORCE_ADD_PILL_EFFECT {: .copyable } | [PillEffect](https://wofsauge.github.io/IsaacDocs/rep/enums/PillEffect.html), [PillColor](https://wofsauge.github.io/IsaacDocs/rep/enums/PillColor.html) | - | void |

### MC_POST_PLAYER_NEW_LEVEL {: .copyable }

|ID|Name|Function Args|Optional Args|Return Type|
Expand Down

0 comments on commit 33aef81

Please sign in to comment.