update lua doc; HasEdits requires StepsType arg
This commit is contained in:
@@ -2748,8 +2748,8 @@
|
||||
<Function name='HasCDTitle' sm-ssc='true' return='bool' arguments=''>
|
||||
Returns <code>true</code> if the song has a CDTitle.
|
||||
</Function>
|
||||
<Function name='HasEdits' sm-ssc='true' return='bool' arguments=''>
|
||||
Returns <code>true</code> if the song has edits.
|
||||
<Function name='HasEdits' sm-ssc='true' return='bool' arguments='StepsType st'>
|
||||
Returns <code>true</code> if the song has edits for the specified StepsType.
|
||||
</Function>
|
||||
<Function name='HasLyrics' sm-ssc='true' return='bool' arguments=''>
|
||||
Returns <code>true</code> if the song has lyrics.
|
||||
|
||||
Reference in New Issue
Block a user