rlparser: update raylib_api.* by CI
This commit is contained in:
parent
30cd36a8a9
commit
8161475c28
4 changed files with 8 additions and 8 deletions
|
|
@ -8105,7 +8105,7 @@ return {
|
|||
},
|
||||
{
|
||||
name = "SetSoundPan",
|
||||
description = "Set pan for a sound (0.5 is center)",
|
||||
description = "Set pan for a sound (-1.0 left, 0.0 center, 1.0 right)",
|
||||
returnType = "void",
|
||||
params = {
|
||||
{type = "Sound", name = "sound"},
|
||||
|
|
@ -8268,7 +8268,7 @@ return {
|
|||
},
|
||||
{
|
||||
name = "SetMusicPan",
|
||||
description = "Set pan for a music (0.5 is center)",
|
||||
description = "Set pan for a music (-1.0 left, 0.0 center, 1.0 right)",
|
||||
returnType = "void",
|
||||
params = {
|
||||
{type = "Music", name = "music"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue