rlparser: update raylib_api.* by CI

This commit is contained in:
github-actions[bot]
2025-11-19 23:03:27 +00:00
parent 30cd36a8a9
commit 8161475c28
4 changed files with 8 additions and 8 deletions

View File

@ -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"},