From 33aef81dd8ee9e19f237607729619fb5c2f0cd64 Mon Sep 17 00:00:00 2001 From: im-tem Date: Sun, 28 Jul 2024 22:55:20 +0300 Subject: [PATCH] force pill effect callback --- docs/docs/enums/ModCallbacks.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/docs/enums/ModCallbacks.md b/docs/docs/enums/ModCallbacks.md index c06e8ce2e..869993128 100644 --- a/docs/docs/enums/ModCallbacks.md +++ b/docs/docs/enums/ModCallbacks.md @@ -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|