[sm130labels] Yes, I remembered the lua docs.

This commit is contained in:
Jason Felds
2011-04-04 23:27:09 -04:00
parent 3991f81101
commit 1e57ef5ba8
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -1391,6 +1391,7 @@
<Function name='GetBeatFromElapsedTime'/>
<Function name='GetDelays'/>
<Function name='GetElapsedTimeFromBeat'/>
<Function name='GetLabels'/>
<Function name='GetStops'/>
<Function name='HasBPMChanges'/>
<Function name='HasNegativeBPMs'/>
+3
View File
@@ -3241,6 +3241,9 @@
<Function name='GetDelays' sm-ssc='true' return='{string}' arguments=''>
Returns a table of the Delays and the times they happen as strings with the format "<code>beat=stop seconds</code>".
</Function>
<Function name='GetLabels' sm-ssc='true' return='{string}' arguments=''>
Returns a table of the Labels and the times they happen as strings with the format "<code>beat=label name</code>."
</Function>
<Function name='HasBPMChanges' sm-ssc='true' return='bool' arguments=''>
Returns <code>true</code> if the TimingData contains BPM changes.
</Function>