Update docs: this requires a StepsType.
This commit is contained in:
@@ -3415,7 +3415,7 @@
|
||||
<Function name='HasCDTitle' return='bool' arguments=''>
|
||||
Returns <code>true</code> if the song has a CDTitle.
|
||||
</Function>
|
||||
<Function name='HasEdits' return='bool' arguments=''>
|
||||
<Function name='HasEdits' return='bool' arguments='StepsType st'>
|
||||
Returns <code>true</code> if the song has edits.
|
||||
</Function>
|
||||
<Function name='HasLyrics' return='bool' arguments=''>
|
||||
|
||||
@@ -123,9 +123,9 @@ UnlockColor=color("1,0.5,0,1")
|
||||
[UnlockManager]
|
||||
# Unlock specific things.
|
||||
AutoLockChallengeSteps=false
|
||||
AutoLockEditSteps=false
|
||||
AutoLockEditSteps=true
|
||||
# determine if songs loaded via AdditionalSongs should be locked.
|
||||
SongsNotAdditional=true
|
||||
SongsNotAdditional=false
|
||||
|
||||
UnlockNames=""
|
||||
# useful commands:
|
||||
|
||||
Reference in New Issue
Block a user