rlparser: update raylib_api.* by CI
This commit is contained in:
parent
bfcb421782
commit
6e502b8f17
|
|
@ -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": [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -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"},
|
||||||
|
|
|
||||||
|
|
@ -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)
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user