|
882 | 882 | }, |
883 | 883 | "MC_PRE_MINIMAP_UPDATE": { |
884 | 884 | "value": "1477", |
885 | | - "comment": "Callback has no arguments. Called right before the minimap is updated" |
| 885 | + "comment": "Callback has no arguments. Called right before the minimap is update.d" |
886 | 886 | }, |
887 | 887 | "MC_POST_MINIMAP_UPDATE": { |
888 | 888 | "value": "1478", |
889 | | - "comment": "Callback has no arguments. Called right after the minimap is updated" |
| 889 | + "comment": "Callback has no arguments. Called right after the minimap is updated." |
890 | 890 | }, |
891 | 891 | "MC_PRE_MINIMAP_RENDER": { |
892 | 892 | "value": "1479", |
893 | | - "comment": "Callback has no arguments. Called right before the minimap is rendered" |
| 893 | + "comment": "Callback has no arguments. Called right before the minimap is rendered." |
894 | 894 | }, |
895 | 895 | "MC_POST_MINIMAP_RENDER": { |
896 | 896 | "value": "1480", |
897 | | - "comment": "Callback has no arguments. Called right after the minimap is rendered" |
| 897 | + "comment": "Callback has no arguments. Called right after the minimap is rendered." |
898 | 898 | }, |
899 | 899 | "MC_PRE_PICKUP_GET_LOOT_LIST": { |
900 | 900 | "value": "1333", |
|
904 | 904 | "value": "1334", |
905 | 905 | "comment": "(EntityPickup Pickup) - Called before a ghost pickup of the loot content is applied to the pickup. Return `true` to apply pickup ghost to your pickup entity, `false` to cancel it." |
906 | 906 | }, |
| 907 | + "MC_POST_PLAYER_ADD_EFFECT": { |
| 908 | + "value": "1273", |
| 909 | + "comment": "(EntityPlayer Player, ItemConfigItem ItemConfigItem), Optional Arg: ItemConfigItem - Called after the `TemporaryEffect` of an `ItemConfigItem` is added to a player." |
| 910 | + }, |
| 911 | + "MC_POST_ROOM_ADD_EFFECT": { |
| 912 | + "value": "1274", |
| 913 | + "comment": "(ItemConfigItem ItemConfigItem), Optional Arg: ItemConfigItem - Called after the `TemporaryEffect` of an `ItemConfigItem` is added to a room. Room has its own `TemporaryEffects` that are accessed through `Room::GetEffects()`" |
| 914 | + }, |
907 | 915 | "MC_POST_PLAYER_TRIGGER_EFFECT_REMOVED": { |
908 | 916 | "value": "1268", |
909 | | - "comment": "(EntityPlayer Player, ItemConfigItem ItemConfigItem) - Called after the player's `ItemConfigItem` TemporaryEffect is removed" |
| 917 | + "comment": "(EntityPlayer Player, ItemConfigItem ItemConfigItem), Optional Arg: ItemConfigItem - Called after the `TemporaryEffect` of an `ItemConfigItem` is removed from a player." |
910 | 918 | }, |
911 | 919 | "MC_POST_ROOM_TRIGGER_EFFECT_REMOVED": { |
912 | 920 | "value": "1269", |
913 | | - "comment": "(ItemConfigItem ItemConfigItem) - Called after the room's `TemporaryEffects` is removed. Room has its own `TemporaryEffects` that are accessed through `Room::GetEffects()`" |
| 921 | + "comment": "(ItemConfigItem ItemConfigItem), Optional Arg: ItemConfigItem - Called after the `TemporaryEffect` of an `ItemConfigItem` is removed from a room. Room has its own `TemporaryEffects` that are accessed through `Room::GetEffects()`" |
914 | 922 | }, |
915 | 923 | "MC_PRE_PLAYER_GRID_COLLISION": { |
916 | 924 | "value": "1171", |
|
0 commit comments