Browse Source

rlparser: update raylib_api.* by CI

pull/5633/head
github-actions[bot] 4 days ago
parent
commit
6e502b8f17
4 changed files with 4 additions and 4 deletions
  1. +1
    -1
      tools/rlparser/output/raylib_api.json
  2. +1
    -1
      tools/rlparser/output/raylib_api.lua
  3. +1
    -1
      tools/rlparser/output/raylib_api.txt
  4. +1
    -1
      tools/rlparser/output/raylib_api.xml

+ 1
- 1
tools/rlparser/output/raylib_api.json View File

@ -12412,7 +12412,7 @@
},
{
"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",
"params": [
{

+ 1
- 1
tools/rlparser/output/raylib_api.lua View File

@ -8431,7 +8431,7 @@ return {
},
{
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",
params = {
{type = "AudioStream", name = "stream"},

+ 1
- 1
tools/rlparser/output/raylib_api.txt View File

@ -4768,7 +4768,7 @@ Function 592: SetAudioStreamPitch() (2 input parameters)
Function 593: SetAudioStreamPan() (2 input parameters)
Name: SetAudioStreamPan
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[2]: pan (type: float)
Function 594: SetAudioStreamBufferSizeDefault() (1 input parameters)

+ 1
- 1
tools/rlparser/output/raylib_api.xml View File

@ -3181,7 +3181,7 @@
<Param type="AudioStream" name="stream" desc="" />
<Param type="float" name="pitch" desc="" />
</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="float" name="pan" desc="" />
</Function>

Loading…
Cancel
Save