mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
rlparser: update raylib_api.* by CI
This commit is contained in:
@ -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"},
|
||||
|
||||
Reference in New Issue
Block a user