瀏覽代碼

rlparser: update raylib_api.* by CI

pull/5633/head
github-actions[bot] 5 天之前
父節點
當前提交
6e502b8f17
共有 4 個文件被更改,包括 4 次插入4 次删除
  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 查看文件

@ -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 查看文件

@ -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 查看文件

@ -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 查看文件

@ -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…
取消
儲存