Skip to content

Commit dce7b4d

Browse files
committed
Merge branch 'tests-bass-experimental' of https://github.com/FirstLemon/gmod-holylib into tests-bass-experimental
2 parents 4e2f4fe + 4842c78 commit dce7b4d

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3214,8 +3214,9 @@ Creates a IGMODAudioChannel for the given file.<br>
32143214
callback - function(IGMODAudioChannel channel, number errorCode, string error)<br>
32153215
Creates a IGMODAudioChannel for the given url.<br>
32163216

3217-
#### bass.Update(number time)
3218-
Updates all bass channels processing as x(time) seconds passed.<br>
3217+
#### bool bass.Update(number time)
3218+
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.
32193220

32203221
#### string bass.GetVersion()
32213222
Returns the bass version as a string.<br>

0 commit comments

Comments
 (0)