working on luadoc

This commit is contained in:
AJ Kelly
2011-05-19 03:48:43 -05:00
parent 29a63bcd67
commit 98eab22987
+6
View File
@@ -1258,6 +1258,9 @@
<Function name='GetText' sm-ssc='true' return='string' arguments=''>
Returns the text that is currently set at the exact moment you call it. This is likely only going to be useful in an Update command.
</Function>
<Function name='SetFromCourse' sm-ssc='true' return='void' arguments='Course c'>
Sets the BPMDisplay from the specified Course.
</Function>
<Function name='SetFromGameState' return='void' arguments=''>
Sets the BPMDisplay from the GameState.
</Function>
@@ -1537,6 +1540,9 @@
to the right. -->
Return the sound balance for <code>pn</code>.
</Function>
<Function name='PlayAnnouncer' sm-ssc='true' return='void' arguments='string sPath'>
Plays a sound from the current announcer.
</Function>
<Function name='PlayOnce' return='void' arguments='string sPath'>
Play the sound at <code>sPath</code> one time.
</Function>