fix GetAllCourses arguments

This commit is contained in:
AJ Kelly
2008-01-02 19:06:00 +00:00
parent 2b6391f193
commit e63061b675
+1 -1
View File
@@ -707,7 +707,7 @@
</Function> </Function>
</Class> </Class>
<Class name='SongManager'> <Class name='SongManager'>
<Function name='GetAllCourses' return='{Course}' arguments=''> <Function name='GetAllCourses' return='{Course}' arguments='bool bIncludeAutogen'>
Returns an array of all the installed courses. Returns an array of all the installed courses.
</Function> </Function>
<Function name='GetAllSongs' return='{Song}' arguments=''> <Function name='GetAllSongs' return='{Song}' arguments=''>