Luadoc: update GetPlayableSteps to show that it returns a table

This commit is contained in:
freem
2014-02-12 15:14:41 -06:00
parent 7341280df8
commit 0715c38475
+2 -2
View File
@@ -716,8 +716,8 @@ save yourself some time, copy this for undocumented things:
</Function>
</Namespace>
<Namespace name='SongUtil'>
<Function name='GetPlayableSteps' return='Steps' arguments='Song so'>
Gets the playable Steps for the present Song based on the present Game.
<Function name='GetPlayableSteps' return='{Steps}' arguments='Song so'>
Returns a table with the playable Steps for the present Song based on the present Game.
</Function>
<Function name='IsStepsPlayable' return='bool' arguments='Song so, Steps st'>
Returns true if the song's steps (<code>st</code>) are playable.