rlparser: update raylib_api.* by CI

This commit is contained in:
github-actions[bot] 2026-03-10 08:45:25 +00:00
parent bfcb421782
commit 6e502b8f17
4 changed files with 4 additions and 4 deletions

View File

@ -12412,7 +12412,7 @@
}, },
{ {
"name": "SetAudioStreamPan", "name": "SetAudioStreamPan",
"description": "Set pan for audio stream (0.5 is centered)", "description": "Set pan for audio stream (-1.0 to 1.0 range, 0.0 is centered)",
"returnType": "void", "returnType": "void",
"params": [ "params": [
{ {

View File

@ -8431,7 +8431,7 @@ return {
}, },
{ {
name = "SetAudioStreamPan", name = "SetAudioStreamPan",
description = "Set pan for audio stream (0.5 is centered)", description = "Set pan for audio stream (-1.0 to 1.0 range, 0.0 is centered)",
returnType = "void", returnType = "void",
params = { params = {
{type = "AudioStream", name = "stream"}, {type = "AudioStream", name = "stream"},

View File

@ -4768,7 +4768,7 @@ Function 592: SetAudioStreamPitch() (2 input parameters)
Function 593: SetAudioStreamPan() (2 input parameters) Function 593: SetAudioStreamPan() (2 input parameters)
Name: SetAudioStreamPan Name: SetAudioStreamPan
Return type: void Return type: void
Description: Set pan for audio stream (0.5 is centered) Description: Set pan for audio stream (-1.0 to 1.0 range, 0.0 is centered)
Param[1]: stream (type: AudioStream) Param[1]: stream (type: AudioStream)
Param[2]: pan (type: float) Param[2]: pan (type: float)
Function 594: SetAudioStreamBufferSizeDefault() (1 input parameters) Function 594: SetAudioStreamBufferSizeDefault() (1 input parameters)

View File

@ -3181,7 +3181,7 @@
<Param type="AudioStream" name="stream" desc="" /> <Param type="AudioStream" name="stream" desc="" />
<Param type="float" name="pitch" desc="" /> <Param type="float" name="pitch" desc="" />
</Function> </Function>
<Function name="SetAudioStreamPan" retType="void" paramCount="2" desc="Set pan for audio stream (0.5 is centered)"> <Function name="SetAudioStreamPan" retType="void" paramCount="2" desc="Set pan for audio stream (-1.0 to 1.0 range, 0.0 is centered)">
<Param type="AudioStream" name="stream" desc="" /> <Param type="AudioStream" name="stream" desc="" />
<Param type="float" name="pan" desc="" /> <Param type="float" name="pan" desc="" />
</Function> </Function>