Skip to content

Commit 24fadb9

Browse files
committed
Update MC_POST_PLAYER_NEW_LEVEL comment again
1 parent d4caeea commit 24fadb9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/docs/enums/repentogon.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@
262262
},
263263
"MC_POST_PLAYER_NEW_LEVEL": {
264264
"value": "1078",
265-
"comment": "(EntityPlayer Player, boolean FromPlayerUpdate, boolean IsPostLevelInitFinished), Optional Arg: PlayerType - Called for each player when triggering a \"On new level\" effect. `FromPlayerUpdate` is true when triggered outside of a stage transition, such as flipping with Tainted Lazarus. `IsPostLevelInitFinished` will be `false` when starting/continuing a run, `true` otherwise."
265+
"comment": "(EntityPlayer Player, boolean FromPlayerUpdate, boolean IsPostLevelInitFinished), Optional Arg: PlayerType - Called for each player when loading into a new floor. This can happen when starting/continuing a run or transitioning between floors. `FromPlayerUpdate` is true when triggered outside of a stage transition, such as flipping with Tainted Lazarus. `IsPostLevelInitFinished` will be `false` when starting/continuing a run, `true` otherwise."
266266
},
267267
"MC_PRE_REPLACE_SPRITESHEET": {
268268
"value": "1116",

0 commit comments

Comments
 (0)