2 parents 4e2f4fe + 4842c78 commit dce7b4dCopy full SHA for dce7b4d
1 file changed
README.md
@@ -3214,8 +3214,9 @@ Creates a IGMODAudioChannel for the given file.<br>
3214
callback - function(IGMODAudioChannel channel, number errorCode, string error)<br>
3215
Creates a IGMODAudioChannel for the given url.<br>
3216
3217
-#### bass.Update(number time)
3218
-Updates all bass channels processing as x(time) seconds passed.<br>
+#### bool bass.Update(number time)
+Manually updates all BASS channels as if `time` seconds have passed.
3219
+It returns true on success, false if an update is already in progress.
3220
3221
#### string bass.GetVersion()
3222
Returns the bass version as a string.<br>
0 commit comments