This commit is contained in:
Flameshadowxeroshin
2012-12-25 23:25:52 -06:00
parent 9ecacf742e
commit ef8c64a2e8
2 changed files with 0 additions and 8 deletions
-2
View File
@@ -1135,8 +1135,6 @@
<Function name='GetTapNoteScores'/>
<Function name='IsDisqualified'/>
<Function name='MaxCombo'/>
<Function name='SetCurMaxScore'/>
<Function name='SetScore'/>
</Class>
<Class name='PlayerState'>
<Function name='GetCurrentPlayerOptions'/>
-6
View File
@@ -3301,12 +3301,6 @@ save yourself some time, copy this for undocumented things:
<Function name='IsDisqualified' return='bool' arguments=''>
Returns <code>true</code> if the player was disqualified from ranking.
</Function>
<Function name='SetCurMaxScore' return='int' arguments=''>
Sets the current possible maximum score.
</Function>
<Function name='SetScore' return='void' arguments='int iScore'>
Sets the Player's score to <code>iScore</code>.
</Function>
</Class>
<Class name='PlayerState'>
<Function name='GetCurrentPlayerOptions' return='PlayerOptions' arguments='' >