Add lua docs for GetPreferredSortSongsBySectionName, update comment, remove duplicate code

This commit is contained in:
Crash Cringle
2024-02-25 09:36:21 -08:00
committed by teejusb
parent a7a8f51c33
commit 6cd43782d5
4 changed files with 7 additions and 10 deletions
+3
View File
@@ -5908,6 +5908,9 @@ local args = {
<Function name='SongToPreferredSortSectionName' return='string' arguments='Song s'>
Returns the preferred sort section name for the specified Song.
</Function>
<Function name='GetPreferredSortSongsBySectionName' return='{Song}' arguments='string sSectionName'>
Returns a table containing all songs in the specified preferred sort section.
</Function>
<Function name='WasLoadedFromAdditionalCourses' return='bool' arguments='Course c'>
[Deprecated] Always returns <code>false</code>.
</Function>