Update documentation

This commit is contained in:
RhythmLunatic
2020-05-26 22:45:50 -05:00
parent 12e983ba51
commit 6bcae89aaf
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -1065,6 +1065,7 @@
<Function name='Move'/>
<Function name='SelectCourse'/>
<Function name='SelectSong'/>
<Function name='GetCurrentSections' />
</Class>
<Class name='NCSplineHandler'>
<Function name='get_spline'/>
+3
View File
@@ -3235,6 +3235,9 @@ save yourself some time, copy this for undocumented things:
<Function name='SelectCourse' return='bool' arguments='Course cCourse'>
Selects a course. Returns <code>false</code> on failure.
</Function>
<Function name='GetCurrentSections' return='{string}' arguments=''>
Returns the current sections in the MusicWheel, for use with a custom group select that supports sorting.
</Function>
</Class>
<Class name='NoteSkinManager'>
<Function name='GetMetric' return='string' arguments='string sElement, string sValue'>