diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-05-21 06:14:05 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-05-21 06:14:05 +0000 |
| commit | 272a142ee5b830ff6742c2df6a7b3abe7399cfde (patch) | |
| tree | 87da09cfaa2f9bbb009cfeb12a2de5966025e47d /parser/output | |
| parent | bb9bd73f435892b6f6f17d7068a7fe56dfca235d (diff) | |
| download | raylib-272a142ee5b830ff6742c2df6a7b3abe7399cfde.tar.gz raylib-272a142ee5b830ff6742c2df6a7b3abe7399cfde.zip | |
Update raylib_api.* by CI
Diffstat (limited to 'parser/output')
| -rw-r--r-- | parser/output/raylib_api.json | 6 | ||||
| -rw-r--r-- | parser/output/raylib_api.lua | 6 | ||||
| -rw-r--r-- | parser/output/raylib_api.txt | 6 | ||||
| -rw-r--r-- | parser/output/raylib_api.xml | 6 |
4 files changed, 12 insertions, 12 deletions
diff --git a/parser/output/raylib_api.json b/parser/output/raylib_api.json index d50085a4..5a9f4fc5 100644 --- a/parser/output/raylib_api.json +++ b/parser/output/raylib_api.json @@ -11231,7 +11231,7 @@ }, { "name": "WaveCrop", - "description": "Crop a wave to defined samples range", + "description": "Crop a wave to defined frames range", "returnType": "void", "params": [ { @@ -11240,11 +11240,11 @@ }, { "type": "int", - "name": "initSample" + "name": "initFrame" }, { "type": "int", - "name": "finalSample" + "name": "finalFrame" } ] }, diff --git a/parser/output/raylib_api.lua b/parser/output/raylib_api.lua index ef8e1c51..d60ea191 100644 --- a/parser/output/raylib_api.lua +++ b/parser/output/raylib_api.lua @@ -7733,12 +7733,12 @@ return { }, { name = "WaveCrop", - description = "Crop a wave to defined samples range", + description = "Crop a wave to defined frames range", returnType = "void", params = { {type = "Wave *", name = "wave"}, - {type = "int", name = "initSample"}, - {type = "int", name = "finalSample"} + {type = "int", name = "initFrame"}, + {type = "int", name = "finalFrame"} } }, { diff --git a/parser/output/raylib_api.txt b/parser/output/raylib_api.txt index 631be9a8..f4973dae 100644 --- a/parser/output/raylib_api.txt +++ b/parser/output/raylib_api.txt @@ -4314,10 +4314,10 @@ Function 523: WaveCopy() (1 input parameters) Function 524: WaveCrop() (3 input parameters) Name: WaveCrop Return type: void - Description: Crop a wave to defined samples range + Description: Crop a wave to defined frames range Param[1]: wave (type: Wave *) - Param[2]: initSample (type: int) - Param[3]: finalSample (type: int) + Param[2]: initFrame (type: int) + Param[3]: finalFrame (type: int) Function 525: WaveFormat() (4 input parameters) Name: WaveFormat Return type: void diff --git a/parser/output/raylib_api.xml b/parser/output/raylib_api.xml index e17c59d0..e079a198 100644 --- a/parser/output/raylib_api.xml +++ b/parser/output/raylib_api.xml @@ -2870,10 +2870,10 @@ <Function name="WaveCopy" retType="Wave" paramCount="1" desc="Copy a wave to a new wave"> <Param type="Wave" name="wave" desc="" /> </Function> - <Function name="WaveCrop" retType="void" paramCount="3" desc="Crop a wave to defined samples range"> + <Function name="WaveCrop" retType="void" paramCount="3" desc="Crop a wave to defined frames range"> <Param type="Wave *" name="wave" desc="" /> - <Param type="int" name="initSample" desc="" /> - <Param type="int" name="finalSample" desc="" /> + <Param type="int" name="initFrame" desc="" /> + <Param type="int" name="finalFrame" desc="" /> </Function> <Function name="WaveFormat" retType="void" paramCount="4" desc="Convert wave data to desired format"> <Param type="Wave *" name="wave" desc="" /> |
