Luadoc: update GetPlayableSteps to show that it returns a table
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user