@@ -969,9 +969,20 @@ local RUN_CALLBACK_MINUS_ONE_PARAM_BLACKLIST = {
969969 [ModCallbacks .MC_USE_ITEM ] = true ,
970970 [ModCallbacks .MC_PRE_ADD_COLLECTIBLE ] = true ,
971971 [ModCallbacks .MC_POST_ADD_COLLECTIBLE ] = true ,
972+ [ModCallbacks .MC_POST_TRIGGER_COLLECTIBLE_ADDED ] = true ,
972973 [ModCallbacks .MC_POST_TRIGGER_COLLECTIBLE_REMOVED ] = true ,
974+ [ModCallbacks .MC_POST_ADD_INNATE_COLLECTIBLE ] = true ,
975+ [ModCallbacks .MC_POST_REMOVE_INNATE_COLLECTIBLE ] = true ,
973976 [ModCallbacks .MC_PLAYER_GET_ACTIVE_MAX_CHARGE ] = true ,
974977 [ModCallbacks .MC_PLAYER_GET_ACTIVE_MIN_USABLE_CHARGE ] = true ,
978+ [ModCallbacks .MC_POST_DISCHARGE_ACTIVE_ITEM ] = true ,
979+ [ModCallbacks .MC_PRE_PLAYERHUD_RENDER_ACTIVE_ITEM ] = true ,
980+ [ModCallbacks .MC_POST_PLAYERHUD_RENDER_ACTIVE_ITEM ] = true ,
981+ -- For the character select callbacks, -1 is the "random" character's "PlayerType".
982+ [ModCallbacks .MC_PRE_RENDER_CHARACTER_SELECT_PORTRAIT ] = true ,
983+ [ModCallbacks .MC_POST_RENDER_CHARACTER_SELECT_PORTRAIT ] = true ,
984+ [ModCallbacks .MC_PRE_RENDER_CHARACTER_SELECT_PAGE ] = true ,
985+ [ModCallbacks .MC_POST_RENDER_CHARACTER_SELECT_PAGE ] = true ,
975986}
976987
977988-- Returns an iterator function that takes advantage of how callbacks are now mapped by their optional params.
0 commit comments