fix GAMESTATE:GetCurrentSteps description and argument list

This commit is contained in:
AJ Kelly
2009-11-07 23:39:53 +00:00
parent c2162b6ca7
commit 44e8c0db21
+2 -2
View File
@@ -1123,8 +1123,8 @@
<Function name='SetCurrentSong' return='void' arguments='Song song'>
Sets the current Song to <code>song</code>.
</Function>
<Function name='SetCurrentSteps' return='void' arguments='Steps steps'>
Sets the current Steps to <code>steps</code>.
<Function name='SetCurrentSteps' return='void' arguments='PlayerNumber pn, Steps steps'>
Sets the current Steps of Player <code>pn</code> to <code>steps</code>.
</Function>
<Function name='SetCurrentTrail' return='void' arguments='Trail trail'>
Sets the current Trail to <code>trail</code>.