turns out Course:GetTotalSeconds() requires StepsType. whoops!

This commit is contained in:
AJ Kelly
2009-06-13 06:31:02 +00:00
parent 3782fbcea2
commit 795432c36c
+1 -1
View File
@@ -780,7 +780,7 @@
<Function name='GetPlayMode' return='PlayMode' arguments=''>
Returns the Course's <Link class='ENUM' function='PlayMode' />.
</Function>
<Function name='GetTotalSeconds' return='float' arguments=''>
<Function name='GetTotalSeconds' return='float' arguments='StepsType st'>
Returns the total length of the Course in seconds.
</Function>
<Function name='GetTranslitFullTitle' return='string' arguments=''>