[sm130labels] Yes, I remembered the lua docs.
This commit is contained in:
@@ -1391,6 +1391,7 @@
|
|||||||
<Function name='GetBeatFromElapsedTime'/>
|
<Function name='GetBeatFromElapsedTime'/>
|
||||||
<Function name='GetDelays'/>
|
<Function name='GetDelays'/>
|
||||||
<Function name='GetElapsedTimeFromBeat'/>
|
<Function name='GetElapsedTimeFromBeat'/>
|
||||||
|
<Function name='GetLabels'/>
|
||||||
<Function name='GetStops'/>
|
<Function name='GetStops'/>
|
||||||
<Function name='HasBPMChanges'/>
|
<Function name='HasBPMChanges'/>
|
||||||
<Function name='HasNegativeBPMs'/>
|
<Function name='HasNegativeBPMs'/>
|
||||||
|
|||||||
@@ -3241,6 +3241,9 @@
|
|||||||
<Function name='GetDelays' sm-ssc='true' return='{string}' arguments=''>
|
<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>".
|
Returns a table of the Delays and the times they happen as strings with the format "<code>beat=stop seconds</code>".
|
||||||
</Function>
|
</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=''>
|
<Function name='HasBPMChanges' sm-ssc='true' return='bool' arguments=''>
|
||||||
Returns <code>true</code> if the TimingData contains BPM changes.
|
Returns <code>true</code> if the TimingData contains BPM changes.
|
||||||
</Function>
|
</Function>
|
||||||
|
|||||||
Reference in New Issue
Block a user