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=''> <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. 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>
<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=''> <Function name='SetFromGameState' return='void' arguments=''>
Sets the BPMDisplay from the GameState. Sets the BPMDisplay from the GameState.
</Function> </Function>
@@ -1537,6 +1540,9 @@
to the right. --> to the right. -->
Return the sound balance for <code>pn</code>. Return the sound balance for <code>pn</code>.
</Function> </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'> <Function name='PlayOnce' return='void' arguments='string sPath'>
Play the sound at <code>sPath</code> one time. Play the sound at <code>sPath</code> one time.
</Function> </Function>