fix LuaDoc for SONGMAN:GetCoursesInGroup()

SONGMAN:GetCoursesInGroup() actually takes two arguments, a string and a boolean, but the existing Lua Docs only mention the first.  This fixes that.
This commit is contained in:
Dan Guzek
2018-07-06 00:20:01 -04:00
parent 9bd2770fed
commit a268938a7b
+1 -1
View File
@@ -5065,7 +5065,7 @@ save yourself some time, copy this for undocumented things:
<Function name='GetCourseGroupNames' return='{string}' arguments=''>
Returns a table containing all of the course group names.
</Function>
<Function name='GetCoursesInGroup' return='{Course}' arguments='string sGroup'>
<Function name='GetCoursesInGroup' return='{Course}' arguments='string sGroup, bool bIncludeAutogen'>
Returns a table with all of the courses in the specified group.
</Function>
<Function name='GetExtraStageInfo' return='various' arguments='bool bExtra2, Style s'>