if you fail to reach the top the more you break the more you drop. try it again. try it again.

This commit is contained in:
Flameshadowxeroshin
2012-07-22 12:05:19 -05:00
parent 2b21a91f91
commit c2bc9d1ff3
3 changed files with 22 additions and 5 deletions
+2 -1
View File
@@ -891,7 +891,8 @@
</Class>
<Class base='WheelBase' name='MusicWheel'>
<Function name='IsRouletting'/>
<Function name='ResetSelection'/>
<Function name='SelectSong'/>
<Function name='SelectCourse'/>
</Class>
<Class base='Actor' name='Model'>
<Function name='GetDefaultAnimation'/>
+5 -2
View File
@@ -2613,8 +2613,11 @@ save yourself some time, copy this for undocumented things:
<Function name='IsRouletting' return='bool' arguments=''>
Returns <code>true</code> if the MusicWheel is currently handling Roulette selection.
</Function>
<Function name='ResetSelection' return='bool' arguments=''>
Tries to set the MusicWheel's selection based on preferred song, preferred course, and current sort order. Returns <code>false</code> on failure.
<Function name='SelectSong' return='bool' arguments='Song sSong'>
Selects a song. Returns <code>false</code> on failure.
</Function>
<Function name='SelectCourse' return='bool' arguments='Course cCourse'>
Selects a course. Returns <code>false</code> on failure.
</Function>
</Class>
<Class name='NoteSkinManager'>