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>
|
</Function>
|
||||||
</Namespace>
|
</Namespace>
|
||||||
<Namespace name='SongUtil'>
|
<Namespace name='SongUtil'>
|
||||||
<Function name='GetPlayableSteps' return='Steps' arguments='Song so'>
|
<Function name='GetPlayableSteps' return='{Steps}' arguments='Song so'>
|
||||||
Gets the playable Steps for the present Song based on the present Game.
|
Returns a table with the playable Steps for the present Song based on the present Game.
|
||||||
</Function>
|
</Function>
|
||||||
<Function name='IsStepsPlayable' return='bool' arguments='Song so, Steps st'>
|
<Function name='IsStepsPlayable' return='bool' arguments='Song so, Steps st'>
|
||||||
Returns true if the song's steps (<code>st</code>) are playable.
|
Returns true if the song's steps (<code>st</code>) are playable.
|
||||||
|
|||||||
Reference in New Issue
Block a user