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:
@@ -5065,7 +5065,7 @@ save yourself some time, copy this for undocumented things:
|
|||||||
<Function name='GetCourseGroupNames' return='{string}' arguments=''>
|
<Function name='GetCourseGroupNames' return='{string}' arguments=''>
|
||||||
Returns a table containing all of the course group names.
|
Returns a table containing all of the course group names.
|
||||||
</Function>
|
</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.
|
Returns a table with all of the courses in the specified group.
|
||||||
</Function>
|
</Function>
|
||||||
<Function name='GetExtraStageInfo' return='various' arguments='bool bExtra2, Style s'>
|
<Function name='GetExtraStageInfo' return='various' arguments='bool bExtra2, Style s'>
|
||||||
|
|||||||
Reference in New Issue
Block a user