From a5d24d2196ff50232d11c35b399456e56608ed51 Mon Sep 17 00:00:00 2001 From: Carson Kompon Date: Fri, 21 May 2021 22:53:36 -0400 Subject: [PATCH] Corrected the description of anyNotes anyNotes returns true if the amount of rendered notes != 0, it previously stated that it returned the number of rendered notes on the screen --- docs/modchart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modchart.md b/docs/modchart.md index 72bfe96..cc0316b 100644 --- a/docs/modchart.md +++ b/docs/modchart.md @@ -281,7 +281,7 @@ Returns what the game would normally put the specified rendered note x. ##### anyNotes() -Returns the number of rendered notes on the screen. +Returns true if there are rendered notes, and returns false if there are none ##### getRenderedNoteStrumtime(int id)