From f66219ddf6c42c07f0873e148295d426ed1471a1 Mon Sep 17 00:00:00 2001 From: Carson Kompon Date: Fri, 21 May 2021 22:49:40 -0400 Subject: [PATCH] Added getRenderedNoteHit to the modchart docs This was undocumented and has been a huge help to me, so I thought I'd add it to the docs --- docs/modchart.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/modchart.md b/docs/modchart.md index 16dc90f..72bfe96 100644 --- a/docs/modchart.md +++ b/docs/modchart.md @@ -243,6 +243,12 @@ Returns the note data of an note (0-3, left, down, up, right) *Note: Rendered Notes id's are special in the way that they act. 0 = closest note to any receptor, last index = the farthest away from any receptor.* +##### getRenderedNoteHit(int id) + +Returns whether a rendered note must be hit by the player or not + +*Note: Rendered Notes id's are special in the way that they act. 0 = closest note to any receptor, last index = the farthest away from any receptor.* + ##### isSustain(int id) Returns whether a rendered note is a sustain note or not (if they appear as the trail)