It is a float, not a string.

This commit is contained in:
Steve Checkoway
2007-08-12 04:53:11 +00:00
parent cac996607f
commit 9a405636c4
+1 -1
View File
@@ -105,7 +105,7 @@
<Function name='pitch' return='void' arguments='float fPitch'>
Set the pitch to <code>fPitch</code>. The associated <Link class='ActorSound'>ActorSound</Link> have <code>SupportsRateChanging = true</code> on load.
</Function>
<Function name='speed' return='void' arguments='float sSpeed'>
<Function name='speed' return='void' arguments='float fSpeed'>
Set the speed (that is, the rate at which the sound plays) to <code>fSpeed</code>. The associated <Link class='ActorSound'>ActorSound</Link> must have <code>SupportsRateChanging = true</code> on load.
</Function>
</Class>